Remove unused struct data member

This commit is contained in:
Shahram Najm 2019-08-09 16:15:05 +01:00
parent 95fd9fb67c
commit 37c9bdf84e
1 changed files with 1 additions and 1 deletions

View File

@ -1445,7 +1445,7 @@ struct grib_codetable {
};
typedef struct grib_smart_table_entry {
int code;
/*int code;*/
char* abbreviation;
char* column[MAX_SMART_TABLE_COLUMNS];
} grib_smart_table_entry;