From: Christoph Mallon Date: Tue, 25 Dec 2012 01:35:40 +0000 (+0100) Subject: entity: Remove the unused attribute irtype from struct enum_t. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=995049c149ec6142bdd9437eb2be20a287c2a00f;p=cparser entity: Remove the unused attribute irtype from struct enum_t. --- diff --git a/entity_t.h b/entity_t.h index 61d363b..cb58a04 100644 --- a/entity_t.h +++ b/entity_t.h @@ -140,9 +140,6 @@ struct enum_t { entity_base_t base; entity_t *alias; /* used for name mangling of anonymous types */ bool complete : 1; - - /* ast2firm info */ - ir_type *irtype; }; struct enum_value_t {