From f62fab9e3c839c150f22d013bcdfd6aed63a7e60 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 9 Jan 2022 13:05:31 +0100 Subject: Minor cppcheck fixes --- src/iso19111/c_api.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/iso19111/c_api.cpp') 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; -- cgit v1.2.3