add bunch of testapps
[cparser] / ast_t.h
diff --git a/ast_t.h b/ast_t.h
index 8a0dc02..b3b8bb9 100644 (file)
--- a/ast_t.h
+++ b/ast_t.h
@@ -539,7 +539,6 @@ struct declaration_t {
        unsigned int        is_inline     : 1;
        unsigned int        used          : 1;  /**< Set if the declaration is used. */
        unsigned int        deprecated    : 1;  /**< Microsoft or GNU deprecated attribute. */
-       unsigned int        valid         : 1;  /**< declaration is valid (=no syntax errors) */
        type_t             *type;
        symbol_t           *symbol;
        source_position_t   source_position;