X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=parser.c;fp=parser.c;h=b95b7561563488231a6437bb084f23ae30df5dc5;hb=7473d9545525216a1276296dbc1759e07972cf96;hp=0078772f3f7bd371f7305f4787a5485ca0afe0fb;hpb=1b3ec23265dc1bb4fd1db9d0957a0ef5f4eb3211;p=cparser diff --git a/parser.c b/parser.c index 0078772..b95b756 100644 --- a/parser.c +++ b/parser.c @@ -44,7 +44,6 @@ typedef struct declaration_specifiers_t declaration_specifiers_t; struct declaration_specifiers_t { position_t pos; storage_class_t storage_class; - unsigned char alignment; /**< Alignment, 0 if not set. */ bool is_inline : 1; bool thread_local : 1; attribute_t *attributes; /**< list of attributes */