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@gcc.gnu.org>2005-01-25 08:50:16 +0000
commit2d7c7fbe5937ea94a9d8d8cc7bbc7661a6369adc (patch)
tree03b2b1f61f7d430fdfe5027c2b4fd120201efef8 /gcc/cp/decl.h
parentc5e72f5182d5de87eb9aaf465b8bcafa0d87e075 (diff)
downloadgcc-2d7c7fbe5937ea94a9d8d8cc7bbc7661a6369adc.zip
gcc-2d7c7fbe5937ea94a9d8d8cc7bbc7661a6369adc.tar.gz
gcc-2d7c7fbe5937ea94a9d8d8cc7bbc7661a6369adc.tar.bz2
* decl.h (debug_bindings_indentation): Remove.
From-SVN: r94208
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 7a36c64..463f732 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