aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/c_api.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-01-09 14:44:42 +0100
committerGitHub <noreply@github.com>2022-01-09 14:44:42 +0100
commitc6c2a3b22ddef30a29cfc48ca810ee1a54385242 (patch)
treeef0a8fcd36c0ddf7164fefca9435fae78334897d /src/iso19111/c_api.cpp
parentb34fabe4c577aa7cd2d9f6cfdbd20cfafc732f91 (diff)
parentf62fab9e3c839c150f22d013bcdfd6aed63a7e60 (diff)
downloadPROJ-c6c2a3b22ddef30a29cfc48ca810ee1a54385242.tar.gz
PROJ-c6c2a3b22ddef30a29cfc48ca810ee1a54385242.zip
Merge pull request #3017 from rouault/cppcheck_fixes
Minor cppcheck fixes
Diffstat (limited to 'src/iso19111/c_api.cpp')
-rw-r--r--src/iso19111/c_api.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp
index b8173def..527ccd4f 100644
--- a/src/iso19111/c_api.cpp
+++ b/src/iso19111/c_api.cpp
@@ -2853,7 +2853,6 @@ proj_get_crs_info_list_from_database(PJ_CONTEXT *ctx, const char *auth_name,
break;
} else if (params->types[j] == PJ_TYPE_GEODETIC_CRS &&
(type == PJ_TYPE_GEOCENTRIC_CRS ||
- type == PJ_TYPE_GEODETIC_CRS ||
type == PJ_TYPE_GEOGRAPHIC_2D_CRS ||
type == PJ_TYPE_GEOGRAPHIC_3D_CRS)) {
typeValid = true;