]> granicus.if.org Git - postgis/commitdiff
Remove unused prototype errorIfGeometryCollection
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 10 Jun 2019 20:32:44 +0000 (20:32 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 10 Jun 2019 20:32:44 +0000 (20:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17486 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_geos.h

index 26c50ba537c7065816827ee23e1296120d4873cc..1bdb1fb3d5bbd025ea841d0e09a3b7060814e984 100644 (file)
@@ -47,7 +47,6 @@ Datum LWGEOM_area_polygon(PG_FUNCTION_ARGS);
 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_ */