Unused variable

This commit is contained in:
Shahram Najm 2015-03-02 10:06:20 +00:00
parent 166c0f98a5
commit ea30bd1636
1 changed files with 1 additions and 2 deletions

View File

@ -208,7 +208,7 @@ static void dump_long(grib_dumper* d,grib_accessor* a,const char* comment)
long value; size_t size = 1;
long *values=NULL;
int err = 0;
int i,tab;
int i;
int cols=9;
long count=0;
@ -330,7 +330,6 @@ static void dump_string_array(grib_dumper* d,grib_accessor* a,const char* commen
size_t size = 0,i=0;
grib_context* c=NULL;
int err = 0;
int tab=0;
long count=0;
c=a->parent->h->context;