[postgis-commits] svn - r2687 - trunk/lwgeom
postgis-commits at postgis.refractions.net
postgis-commits at postgis.refractions.net
Mon Aug 13 00:06:58 PDT 2007
Author: mcayland
Date: 2007-08-13 00:06:58 -0700 (Mon, 13 Aug 2007)
New Revision: 2687
Modified:
trunk/lwgeom/lwgeom.c
Log:
Remove warning about unused variable in lwgeom.c (it was a leftover from the PostgreSQL 8.3 compatibility patch)
Modified: trunk/lwgeom/lwgeom.c
===================================================================
--- trunk/lwgeom/lwgeom.c 2007-08-13 04:34:57 UTC (rev 2686)
+++ trunk/lwgeom/lwgeom.c 2007-08-13 07:06:58 UTC (rev 2687)
@@ -537,7 +537,6 @@
size_t hexewkblen = size*2;
char *hexewkb;
long int i;
- uchar *pglwgeom; /* This is a PG_LWGEOM */
LWGEOM *ret;
SERIALIZED_LWGEOM *serialized_lwgeom;
More information about the postgis-commits
mailing list