From 2d7c7fbe5937ea94a9d8d8cc7bbc7661a6369adc Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Tue, 25 Jan 2005 08:50:16 +0000 Subject: [PATCH] * decl.h (debug_bindings_indentation): Remove. From-SVN: r94208 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/decl.h | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8c3d9b346fc..c8239784f52 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2005-01-25 Volker Reichelt + + * decl.h (debug_bindings_indentation): Remove. + 2005-01-23 Kazu Hirata * typeck.c: Fix a comment typo. 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 -- 2.30.2