From: Götz Lindenmaier Date: Mon, 5 Mar 2001 17:52:35 +0000 (+0000) Subject: removed dead #if. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ac169c26fba7a71f6638eb01b7088221a8b58836;p=libfirm removed dead #if. [r106] --- 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 */