]> granicus.if.org Git - postgis/commitdiff
Remove unused declaration of LWLINE
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Sep 2017 12:30:30 +0000 (12:30 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 18 Sep 2017 12:30:30 +0000 (12:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15754 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/lwcompound.c

index cd7bddd22a040540eb25d145e123fc149679f6d0..b76bd30889ef5c5ce2490db167276be75631298b 100644 (file)
@@ -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;