entity: Remove the unused attribute irtype from struct enum_t.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 25 Dec 2012 01:35:40 +0000 (02:35 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 27 Dec 2012 11:58:43 +0000 (12:58 +0100)
entity_t.h

index 61d363b..cb58a04 100644 (file)
@@ -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 {