mirror of https://github.com/ecmwf/eccodes.git
Remove unused data members
This commit is contained in:
parent
047c14ff82
commit
b8aedee6ec
|
@ -458,7 +458,6 @@ struct grib_section
|
||||||
size_t padding;
|
size_t padding;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
struct grib_nearest_class
|
struct grib_nearest_class
|
||||||
{
|
{
|
||||||
grib_nearest_class** super;
|
grib_nearest_class** super;
|
||||||
|
@ -516,7 +515,6 @@ struct grib_dumper_class
|
||||||
|
|
||||||
struct grib_nearest
|
struct grib_nearest
|
||||||
{
|
{
|
||||||
grib_arguments* args; /** args of iterator */
|
|
||||||
grib_handle* h;
|
grib_handle* h;
|
||||||
double* values;
|
double* values;
|
||||||
size_t values_count;
|
size_t values_count;
|
||||||
|
|
Loading…
Reference in New Issue