From: Mark Cave-Ayland Date: Mon, 13 Aug 2007 07:06:58 +0000 (+0000) Subject: Remove warning about unused variable in lwgeom.c (it was a leftover from the PostgreS... X-Git-Tag: 1.3.1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffb42040c21434126ffb43a1393ec3dba051986e;p=postgis Remove warning about unused variable in lwgeom.c (it was a leftover from the PostgreSQL 8.3 compatibility patch) git-svn-id: http://svn.osgeo.org/postgis/trunk@2687 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/lwgeom/lwgeom.c b/lwgeom/lwgeom.c index 7813e4937..633fe6bf9 100644 --- a/lwgeom/lwgeom.c +++ b/lwgeom/lwgeom.c @@ -537,7 +537,6 @@ lwgeom_from_ewkb(uchar *ewkb, size_t size) size_t hexewkblen = size*2; char *hexewkb; long int i; - uchar *pglwgeom; /* This is a PG_LWGEOM */ LWGEOM *ret; SERIALIZED_LWGEOM *serialized_lwgeom;