diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-18 13:26:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-18 13:26:22 +0100 |
| commit | 4b99c3b47e76afdeda2425e39ff53fed0f12b679 (patch) | |
| tree | 6d5e8e549d004eac930ac37f09b85e103a1c3720 /src/apps/proj.cpp | |
| parent | 06d7f93ad3a862abca8a404de05fd655a8bc797c (diff) | |
| parent | e1350cac43d5a9854207af3fb318a74be7fcd12f (diff) | |
| download | PROJ-4b99c3b47e76afdeda2425e39ff53fed0f12b679.tar.gz PROJ-4b99c3b47e76afdeda2425e39ff53fed0f12b679.zip | |
Merge pull request #1328 from rouault/cppcheck_fixes
Fix some issues raised by latest cppcheck
Diffstat (limited to 'src/apps/proj.cpp')
| -rw-r--r-- | src/apps/proj.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apps/proj.cpp b/src/apps/proj.cpp index 298a44e8..40fc5695 100644 --- a/src/apps/proj.cpp +++ b/src/apps/proj.cpp @@ -22,7 +22,6 @@ static PJ *Proj; static union { - PJ_UV (*generic)(PJ_UV, PJ *); PJ_XY (*fwd)(PJ_LP, PJ *); PJ_LP (*inv)(PJ_XY, PJ *); } proj; |
