This commit is contained in:
Shahram Najm 2018-08-07 15:17:05 +01:00
parent 148604189e
commit 043e043ebf
1 changed files with 0 additions and 2 deletions

View File

@ -598,8 +598,6 @@ static grib_index_key* grib_read_index_keys(grib_context* c,FILE* fh,int *err)
if (*err) return NULL;
keys->values_count=values_count;
if (*err) return NULL;
keys->next=grib_read_index_keys(c,fh,err);
if (*err) return NULL;