mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-23 01:40:32 +08:00
* tree.c: Delete bogus #if 0 code.
From-SVN: r61020
This commit is contained in:
parent
068f5deabf
commit
3f7617e42a
@ -1,3 +1,7 @@
|
||||
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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user