[postgis-tickets] r15754 - Remove unused declaration of LWLINE

Paul Ramsey pramsey at cleverelephant.ca
Mon Sep 18 05:30:30 PDT 2017


Author: pramsey
Date: 2017-09-18 05:30:30 -0700 (Mon, 18 Sep 2017)
New Revision: 15754

Modified:
   trunk/liblwgeom/lwcompound.c
Log:
Remove unused declaration of LWLINE


Modified: trunk/liblwgeom/lwcompound.c
===================================================================
--- trunk/liblwgeom/lwcompound.c	2017-09-18 07:32:57 UTC (rev 15753)
+++ trunk/liblwgeom/lwcompound.c	2017-09-18 12:30:30 UTC (rev 15754)
@@ -75,7 +75,6 @@
 {
 	int i;
 	double length = 0.0;
-	LWLINE *line;
 	if ( lwgeom_is_empty((LWGEOM*)comp) )
 		return 0.0;
 



More information about the postgis-tickets mailing list