* cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.

From-SVN: r43653
This commit is contained in:
Nathan Sidwell 2001-06-29 14:10:31 +00:00 committed by Nathan Sidwell
parent b669108540
commit 5a0db1930a
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2001-06-29 Nathan Sidwell <nathan@codesourcery.com>
* cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
2001-06-28 Gabriel Dos Reis <gdr@merlin.codesourcery.com>
* error.c (lang_print_error_function): Add a `diagnostic_context *'

View File

@ -1124,10 +1124,6 @@ extern int flag_access_control;
extern int flag_check_new;
/* Nonnull if we want to dump class heirarchies. */
extern const char *flag_dump_class_layout;
/* C++ language-specific tree codes. */
#define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,