Commit 3f7617e4 by Nathanael Nerode

* tree.c: Delete bogus #if 0 code.

From-SVN: r61020
parent 068f5dea
2003-01-07 Nathanael Nerode <neroden@gcc.gnu.org>
* tree.c: Delete bogus #if 0 code.
2003-01-07 Andreas Schwab <schwab@suse.de>
* class.c (layout_class_type): Don't use
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment