From: Nathanael Nerode Date: Tue, 7 Jan 2003 21:19:05 +0000 (+0000) Subject: * tree.c: Delete bogus #if 0 code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f7617e42aa4ee1c81645bc44a49038ec502a60e;p=gcc.git * tree.c: Delete bogus #if 0 code. From-SVN: r61020 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index db71bce1f84..9b7f67a783e 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2003-01-07 Nathanael Nerode + + * tree.c: Delete bogus #if 0 code. + 2003-01-07 Andreas Schwab * class.c (layout_class_type): Don't use diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index ad062b7202a..93c62dac158 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -406,15 +406,6 @@ break_out_calls (exp) return exp; case 'd': /* A decl node */ -#if 0 /* This is bogus. jason 9/21/94 */ - - t1 = break_out_calls (DECL_INITIAL (exp)); - if (t1 != DECL_INITIAL (exp)) - { - exp = copy_node (exp); - DECL_INITIAL (exp) = t1; - } -#endif return exp; case 'b': /* A block node */