]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl.h (debug_bindings_indentation): Remove.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Tue, 25 Jan 2005 08:50:16 +0000 (08:50 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Tue, 25 Jan 2005 08:50:16 +0000 (08:50 +0000)
From-SVN: r94208

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

index 8c3d9b346fc23b11262596f6de01557b5a9e27c9..c8239784f5211a85cef7b73e5a293fcdc2d2d6fc 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 7a36c64be467c86277aa59cb75710f158dbdc2f5..463f73242d8907fdde1ac67f25d627c958a358bd 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