[postgis-tickets] r16041 - Remove unused variable

Sandro Santilli strk at kbt.io
Sun Oct 22 09:29:04 PDT 2017


Author: strk
Date: 2017-10-22 09:29:04 -0700 (Sun, 22 Oct 2017)
New Revision: 16041

Modified:
   trunk/liblwgeom/lwgeom_topo.c
Log:
Remove unused variable

Modified: trunk/liblwgeom/lwgeom_topo.c
===================================================================
--- trunk/liblwgeom/lwgeom_topo.c	2017-10-22 15:39:39 UTC (rev 16040)
+++ trunk/liblwgeom/lwgeom_topo.c	2017-10-22 16:29:04 UTC (rev 16041)
@@ -429,7 +429,6 @@
   /* GEOS snapping can be unstable */
   /* See https://trac.osgeo.org/geos/ticket/760 */
   do {
-    LWGEOM *tmp3;
     tmp2 = lwgeom_snap(tmp, tgt, tol);
     ++iterations;
     changed = ( lwgeom_count_vertices(tmp2) != lwgeom_count_vertices(tmp) );



More information about the postgis-tickets mailing list