core: Remove base_type_name_to_size_table.sname, unused

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2021-06-28 15:07:08 -03:00
parent f8d571934b
commit ad707445b3
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ size_t __tag__id_not_found_fprintf(FILE *fp, type_id_t id,
static struct ase_type_name_to_size {
const char *name;
strings_t sname;
size_t size;
} base_type_name_to_size_table[] = {
{ .name = "unsigned", .size = 32, },