[postgis-tickets] r17486 - Remove unused prototype errorIfGeometryCollection

Paul Ramsey pramsey at cleverelephant.ca
Mon Jun 10 01:32:44 PDT 2019


Author: pramsey
Date: 2019-06-10 13:32:44 -0700 (Mon, 10 Jun 2019)
New Revision: 17486

Modified:
   trunk/postgis/lwgeom_geos.h
Log:
Remove unused prototype errorIfGeometryCollection


Modified: trunk/postgis/lwgeom_geos.h
===================================================================
--- trunk/postgis/lwgeom_geos.h	2019-06-10 20:29:39 UTC (rev 17485)
+++ trunk/postgis/lwgeom_geos.h	2019-06-10 20:32:44 UTC (rev 17486)
@@ -47,7 +47,6 @@
 Datum LWGEOM_mindistance2d(PG_FUNCTION_ARGS);
 Datum ST_3DDistance(PG_FUNCTION_ARGS);
 
-void errorIfGeometryCollection(GSERIALIZED *g1, GSERIALIZED *g2);
 uint32_t array_nelems_not_null(ArrayType* array);
 
 #endif /* LWGEOM_GEOS_H_ */



More information about the postgis-tickets mailing list