* decl2.c (spew_debug): Remove.

From-SVN: r99317
This commit is contained in:
Kazu Hirata 2005-05-06 14:10:35 +00:00 committed by Kazu Hirata
parent 3d6dcb7f8b
commit 6394d87daf
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2005-05-06 Kazu Hirata <kazu@cs.umass.edu>
* decl2.c (spew_debug): Remove.
2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
* decl2.c (deferred_fns, note_vague_linkage_fn,

View file

@ -94,10 +94,6 @@ static GTY(()) varray_type pending_statics;
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;