(patch) delete old #if 0 code

Nathanael Nerode neroden@twcny.rr.com
Tue Jan 7 17:37:00 GMT 2003


I've tried to get this approved for about two years.  Can someone 
approve it please. :-)  I figured if it's been commented out as 'bogus' 
since 1994, it probably really *is* bogus.

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

Index: tree.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/tree.c,v
retrieving revision 1.313
diff -u -r1.313 tree.c
--- tree.c	3 Jan 2003 20:04:38 -0000	1.313
+++ tree.c	7 Jan 2003 17:32:42 -0000
@@ -406,15 +406,6 @@
       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 */



More information about the Gcc-patches mailing list