Skip to content

Commit

Permalink
Removed unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Mar 27, 2022
1 parent c714134 commit 66ecb14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/projections/imoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ static double compute_zone_offset(struct pj_opaque *Q, int zone1, int zone2,


PJ *PROJECTION(imoll) {
PJ_XY xy_plus, xy_minus;
PJ_LP lp_plus, lp_minus;
struct pj_opaque *Q = static_cast<struct pj_opaque*>(calloc (1, sizeof (struct pj_opaque)));
if (nullptr==Q)
return pj_default_destructor (P, PROJ_ERR_OTHER /*ENOMEM*/);
Expand Down
2 changes: 0 additions & 2 deletions src/projections/imoll_o.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ static double compute_zone_offset(struct pj_opaque *Q, int zone1, int zone2,


PJ *PROJECTION(imoll_o) {
PJ_XY xy_plus, xy_minus;
PJ_LP lp_plus, lp_minus;
struct pj_opaque *Q = static_cast<struct pj_opaque*>(calloc (1, sizeof (struct pj_opaque)));
if (nullptr==Q)
return pj_default_destructor (P, PROJ_ERR_OTHER /*ENOMEM*/);
Expand Down

0 comments on commit 66ecb14

Please sign in to comment.