This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] cp/decls2.c: Remove "extern int spew_debug;".


Hi,

Attached is a patch to remove "extern int spew_debug;".

I am pretty sure this is a remnant of the old days when we used to
have spew.c.  The variable is not defined anywhere.

Tested on i686-pc-linux-gnu.  Committed as obvious.

Kazu Hirata

2005-05-06  Kazu Hirata  <kazu@cs.umass.edu>

	* decl2.c (spew_debug): Remove.

Index: decl2.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/cp/decl2.c,v
retrieving revision 1.777
diff -u -d -p -r1.777 decl2.c
--- decl2.c	5 May 2005 21:57:46 -0000	1.777
+++ decl2.c	6 May 2005 14:05:41 -0000
@@ -94,10 +94,6 @@ static GTY(()) varray_type pending_stati
    may need to emit outline anyway.  */
 static GTY(()) VEC(tree,gc) *deferred_fns;
 
-/* Flag used when debugging spew.c */
-
-extern int spew_debug;
-
 /* Nonzero if we're done parsing and into end-of-file activities.  */
 
 int at_eof;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]