diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-25 08:50:16 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-25 08:50:16 +0000 |
commit | 142f31c9f14869d43554eaec9926be90a0125c9f (patch) | |
tree | 03b2b1f61f7d430fdfe5027c2b4fd120201efef8 /gcc/cp/decl.h | |
parent | 54c5228c77543d415590854c946d9f5901118f67 (diff) | |
download | gcc-142f31c9f14869d43554eaec9926be90a0125c9f.tar.gz |
* decl.h (debug_bindings_indentation): Remove.
git-svn-id: svn+ssh://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.h | 5 |
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 |