mirror of https://github.com/ecmwf/eccodes.git
Clean up
This commit is contained in:
parent
148604189e
commit
043e043ebf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue