]> granicus.if.org Git - postgis/commitdiff
Remove unused variable. Ticket #2884.
authorBborie Park <bkpark at ucdavis.edu>
Sun, 10 Aug 2014 15:58:05 +0000 (15:58 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Sun, 10 Aug 2014 15:58:05 +0000 (15:58 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@12879 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpg_geometry.c

index e7bf184102101c83c37bfb1c30b7b5e3e21ab437..bbbabefae68956930e05fb068186c7518fe7e48c 100644 (file)
@@ -73,8 +73,6 @@ Datum RASTER_envelope(PG_FUNCTION_ARGS)
        size_t gser_size;
        int err = ES_NONE;
 
-       bool minhull = FALSE;
-
        if (PG_ARGISNULL(0))
                PG_RETURN_NULL();