* decl.h (debug_bindings_indentation): Remove.

From-SVN: r94208
This commit is contained in:
Volker Reichelt 2005-01-25 08:50:16 +00:00 committed by Volker Reichelt
parent c5e72f5182
commit 2d7c7fbe59
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* decl.h (debug_bindings_indentation): Remove.
2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
* typeck.c: Fix a comment typo.

View File

@ -34,8 +34,3 @@ enum decl_context
extern tree grokdeclarator (const cp_declarator *,
const cp_decl_specifier_seq *,
enum decl_context, int, tree*);
#ifdef DEBUG_CP_BINDING_LEVELS
/* Purely for debugging purposes. */
extern int debug_bindings_indentation;
#endif