mirror of https://github.com/ecmwf/eccodes.git
ECC-1427: clean up
This commit is contained in:
parent
ed56dd3efe
commit
ab287f9e0b
|
@ -224,6 +224,7 @@ static int unpack_double(grib_accessor* a, double* val, size_t* len)
|
|||
size_t n_vals = 0;
|
||||
size_t size = 0;
|
||||
unsigned char* decoded = NULL;
|
||||
/*unsigned char* p = NULL;*/
|
||||
long pos = 0;
|
||||
long nn = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue