From: Michael Beck Date: Sat, 27 Feb 2010 10:27:58 +0000 (+0000) Subject: Removed useless forward declaration of ir_phase. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=efe2efd4a5a5528b7784233e0395ea792c0c784e;p=libfirm Removed useless forward declaration of ir_phase. [r27248] --- diff --git a/ir/ir/irtypes.h b/ir/ir/irtypes.h index abe4b797d..b78cdd9d7 100644 --- a/ir/ir/irtypes.h +++ b/ir/ir/irtypes.h @@ -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. */