mirror of https://github.com/ecmwf/eccodes.git
Remove unused struct data member
This commit is contained in:
parent
95fd9fb67c
commit
37c9bdf84e
|
@ -1445,7 +1445,7 @@ struct grib_codetable {
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct grib_smart_table_entry {
|
typedef struct grib_smart_table_entry {
|
||||||
int code;
|
/*int code;*/
|
||||||
char* abbreviation;
|
char* abbreviation;
|
||||||
char* column[MAX_SMART_TABLE_COLUMNS];
|
char* column[MAX_SMART_TABLE_COLUMNS];
|
||||||
} grib_smart_table_entry;
|
} grib_smart_table_entry;
|
||||||
|
|
Loading…
Reference in New Issue