From: Sandro Santilli Date: Tue, 13 Dec 2005 23:25:02 +0000 (+0000) Subject: removed unused variable X-Git-Tag: pgis_1_1_0~63 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9573bf79b7d9e9c3eb1df7ab739190cd2bc457f;p=postgis removed unused variable git-svn-id: http://svn.osgeo.org/postgis/trunk@2177 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/ptarray.c b/lwgeom/ptarray.c index 4b97a01f0..e37f84d6b 100644 --- a/lwgeom/ptarray.c +++ b/lwgeom/ptarray.c @@ -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