]> granicus.if.org Git - postgis/commitdiff
Remove unused variable
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 27 May 2010 13:40:21 +0000 (13:40 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 27 May 2010 13:40:21 +0000 (13:40 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5647 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-core.c

index fbb107c1082bab7d232539966bace2c746160d8f..18c8cb14a2b70617442e1955c41a6a6e2901fdf0 100644 (file)
@@ -60,7 +60,6 @@ int GeneratePolygonGeometry(SHPLOADERSTATE *state, SHPObject *obj, char **geomet
 int utf8(const char *fromcode, char *inputbuf, char **outputbuf)
 {
        iconv_t cd;
-       char *inbufptr = inputbuf;
        char *outputptr;
        size_t outbytesleft;
        size_t inbytesleft;