References #3946
git-svn-id: http://svn.osgeo.org/postgis/trunk@16169
b70326c6-7e19-0410-871a-
916f4a2858ee
PJHashEntry *he = (PJHashEntry *) arg;
projPJ projection = he->projection;
MemoryContext context;
- if (projection)
- context = he->ProjectionContext;
-
+ context = he->ProjectionContext;
#endif
if (!projection)
elog(ERROR, "PROJ4SRSCacheDelete: Trying to delete non-existant projection object with MemoryContext key (%p)", (void *)context);