]> granicus.if.org Git - postgis/commitdiff
Complete removal of LWGEOM_INSPECTED
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 27 Oct 2011 20:14:46 +0000 (20:14 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 27 Oct 2011 20:14:46 +0000 (20:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8020 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwgeom_api.c

index 8689e9a69bda8edeca148e5d67e01fc28b473a50..37f14541a1fca9c739a6c84725eee3cdc3e140bf 100644 (file)
@@ -969,28 +969,6 @@ lwgeom_constructempty_buf(int srid, char hasz, char hasm,
 }
 
 
-/****************************************************************
- * memory management
- *
- *  these only delete the memory associated
- *  directly with the structure - NOT the stuff pointing into
- *  the original de-serialized info
- *
- ****************************************************************/
-
-void
-lwinspected_release(LWGEOM_INSPECTED *inspected)
-{
-       if ( inspected->ngeometries )
-               lwfree(inspected->sub_geoms);
-       lwfree(inspected);
-}
-
-
-
-
-
-
 /************************************************
  * debugging routines
  ************************************************/