parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / parser.c
index 0078772..b95b756 100644 (file)
--- 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 */