diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-07 21:19:05 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-01-07 21:19:05 +0000 |
commit | 3f7617e42aa4ee1c81645bc44a49038ec502a60e (patch) | |
tree | 904c0f21f3dac9c80a4c68e63e9f33e8f43af344 /gcc/cp/tree.c | |
parent | 068f5deabfc16d0a4ae112d185c85d9f6bc76eed (diff) | |
download | gcc-3f7617e42aa4ee1c81645bc44a49038ec502a60e.zip gcc-3f7617e42aa4ee1c81645bc44a49038ec502a60e.tar.gz gcc-3f7617e42aa4ee1c81645bc44a49038ec502a60e.tar.bz2 |
* tree.c: Delete bogus #if 0 code.
From-SVN: r61020
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index ad062b7..93c62da 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 */ |