]> granicus.if.org Git - postgis/commitdiff
Remove warning about unused variable in lwgeom.c (it was a leftover from the PostgreS...
authorMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 13 Aug 2007 07:06:58 +0000 (07:06 +0000)
committerMark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Mon, 13 Aug 2007 07:06:58 +0000 (07:06 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2687 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/lwgeom.c

index 7813e4937aff969de3f2b799b9e7a9b2502a7a07..633fe6bf96f6aeb9d64220c2276234f91cf2a68e 100644 (file)
@@ -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;