From b59faf96f8c615b190a564d4aed6edafedc1f58a Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 18 Sep 2017 12:30:30 +0000 Subject: [PATCH] Remove unused declaration of LWLINE git-svn-id: http://svn.osgeo.org/postgis/trunk@15754 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwcompound.c | 1 - 1 file changed, 1 deletion(-) diff --git a/liblwgeom/lwcompound.c b/liblwgeom/lwcompound.c index cd7bddd22..b76bd3088 100644 --- a/liblwgeom/lwcompound.c +++ b/liblwgeom/lwcompound.c @@ -75,7 +75,6 @@ double lwcompound_length_2d(const LWCOMPOUND *comp) { int i; double length = 0.0; - LWLINE *line; if ( lwgeom_is_empty((LWGEOM*)comp) ) return 0.0; -- 2.40.0