removed the old entity type
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 2 Feb 2007 10:21:44 +0000 (10:21 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 2 Feb 2007 10:21:44 +0000 (10:21 +0000)
[r8582]

ir/common/firm_types.h

index 8124a04..44e3dd9 100644 (file)
@@ -79,7 +79,7 @@ typedef struct ir_loop ir_loop, *ir_loop_ptr;
 
 #ifndef _ENTITY_TYPEDEF_
 #define _ENTITY_TYPEDEF_
-typedef struct ir_entity ir_entity, entity, *ir_entity_ptr;
+typedef struct ir_entity ir_entity, *ir_entity_ptr;
 #endif
 
 #ifndef _COMPOUND_GRAPH_PATH_TYPEDEF_