From ac169c26fba7a71f6638eb01b7088221a8b58836 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=B6tz=20Lindenmaier?= Date: Mon, 5 Mar 2001 17:52:35 +0000 Subject: [PATCH] removed dead #if. [r106] --- ir/ir/ircons.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ir/ir/ircons.c b/ir/ir/ircons.c index 5b8e16f06..9d299f307 100644 --- a/ir/ir/ircons.c +++ b/ir/ir/ircons.c @@ -606,7 +606,6 @@ new_End (void) return res; } -#if 1 /* Constructs a Block with a fixed number of predecessors. Does set current_block. Can be used with automatic Phi node construction. */ @@ -628,13 +627,6 @@ new_Block (int arity, ir_node **in) return res; } -#else -ir_node * -new_Block (void) -{ - return new_immBlock(); -} -#endif /*************************************************************************/ /* Methods necessary for automatic Phi node creation */ -- 2.20.1