From: Volker Reichelt Date: Tue, 25 Jan 2005 08:50:16 +0000 (+0000) Subject: * decl.h (debug_bindings_indentation): Remove. X-Git-Tag: releases/gcc-4.0.0~1297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d7c7fbe5937ea94a9d8d8cc7bbc7661a6369adc;p=thirdparty%2Fgcc.git * decl.h (debug_bindings_indentation): Remove. From-SVN: r94208 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8c3d9b346fc2..c8239784f521 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 7a36c64be467..463f73242d89 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