From: Paul Ramsey Date: Wed, 26 Mar 2014 10:25:04 +0000 (+0000) Subject: Quiet llvm warning X-Git-Tag: 2.2.0rc1~1173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=557f7b090f82db19deb572131e1edfa2f1c0dac8;p=postgis Quiet llvm warning git-svn-id: http://svn.osgeo.org/postgis/trunk@12364 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/lwin_geojson.c b/liblwgeom/lwin_geojson.c index 183c2c3f2..fbfefb68c 100644 --- a/liblwgeom/lwin_geojson.c +++ b/liblwgeom/lwin_geojson.c @@ -68,7 +68,6 @@ static int parse_geojson_coord(json_object *poObj, int *hasz, POINTARRAY *pa) { POINT4D pt; - int iType = 0; LWDEBUGF(3, "parse_geojson_coord called for object %s.", json_object_to_json_string( poObj ) );