OSDN Git Service

* decl.h (debug_bindings_indentation): Remove.
authorreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2005 08:50:16 +0000 (08:50 +0000)
committerreichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jan 2005 08:50:16 +0000 (08:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94208 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/decl.h

index 8c3d9b3..c823978 100644 (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.
index 7a36c64..463f732 100644 (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