From 7473d9545525216a1276296dbc1759e07972cf96 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 26 Dec 2012 09:08:38 +0100 Subject: [PATCH] parser: Remove the unused attribute alignment from struct declaration_specifiers_t. --- parser.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.20.1