Removed useless forward declaration of ir_phase.
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 27 Feb 2010 10:27:58 +0000 (10:27 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sat, 27 Feb 2010 10:27:58 +0000 (10:27 +0000)
[r27248]

ir/ir/irtypes.h

index abe4b79..b78cdd9 100644 (file)
@@ -47,8 +47,6 @@
 #include "obst.h"
 #include "vrp.h"
 
-struct ir_phase;
-
 /** The type of an ir_op. */
 struct ir_op {
        unsigned code;          /**< The unique opcode of the op. */