X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ast_t.h;h=b3b8bb9e3db8c981d1b3f9bc9eaa28511868a2cd;hb=0cf534f151399afb1753026be81b312892a4f400;hp=8a0dc028a0683e5db922d9b6e5e51df14f5b9ac1;hpb=f57a1369f7271c27048b1c26363afb7f1dcade23;p=cparser diff --git a/ast_t.h b/ast_t.h index 8a0dc02..b3b8bb9 100644 --- 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;