]> granicus.if.org Git - postgis/commitdiff
removed unused variable
authorSandro Santilli <strk@keybit.net>
Tue, 13 Dec 2005 23:25:02 +0000 (23:25 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 13 Dec 2005 23:25:02 +0000 (23:25 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2177 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/ptarray.c

index 4b97a01f0a7fbaa92a210471a5f411070d7d5acf..e37f84d6b071baa3e00e250e17cd6e559cfd7900 100644 (file)
@@ -346,7 +346,6 @@ POINTARRAY *
 ptarray_removePoint(POINTARRAY *pa, unsigned int which)
 {
        POINTARRAY *ret;
-       POINT4D pbuf;
        size_t ptsize = pointArray_ptsize(pa);
 
 #ifdef PGIS_DEBUG_CALLS