From efe2efd4a5a5528b7784233e0395ea792c0c784e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sat, 27 Feb 2010 10:27:58 +0000 Subject: [PATCH] Removed useless forward declaration of ir_phase. [r27248] --- ir/ir/irtypes.h | 2 -- 1 file changed, 2 deletions(-) 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. */ -- 2.20.1