]> granicus.if.org Git - postgis/commitdiff
Drop unused variables
authorSandro Santilli <strk@keybit.net>
Mon, 18 Mar 2013 18:14:52 +0000 (18:14 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 18 Mar 2013 18:14:52 +0000 (18:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11176 b70326c6-7e19-0410-871a-916f4a2858ee

topology/sql/gml.sql.in.c

index e3fdeb73e8c3cadf83aca9441744b74e13fd4f3c..9aec7ee79c2ca49eb8345c7322c1a06f74642182 100644 (file)
@@ -175,7 +175,6 @@ DECLARE
   rec RECORD;
   rec2 RECORD;
   bounds geometry;
-  side int;
 BEGIN
 
   nsprefix := 'gml:';
@@ -283,8 +282,6 @@ DECLARE
   sql text;
   rec RECORD;
   rec2 RECORD;
-  --bounds geometry;
-  side int;
 BEGIN
 
   nsprefix := 'gml:';