aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/decl.h
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-01-25 08:50:16 +0000
committerVolker Reichelt <reichelt@igpm.rwth-aachen.de>2005-01-25 08:50:16 +0000
commitfd0ddc21f6a112a166100944d6137737c8e1603f (patch)
tree03b2b1f61f7d430fdfe5027c2b4fd120201efef8 /gcc/cp/decl.h
parentdea707584f226188a04321eacc5c78ae9b1caa99 (diff)
* decl.h (debug_bindings_indentation): Remove.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@94208 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/decl.h')
-rw-r--r--gcc/cp/decl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index 7a36c64be46..463f73242d8 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.h
@@ -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