OSDN Git Service

* cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Jun 2001 14:10:31 +0000 (14:10 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Jun 2001 14:10:31 +0000 (14:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43653 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index b0a186f..62e1f4a 100644 (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 *'
index 9910624..cebc926 100644 (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;
-
 \f
 /* C++ language-specific tree codes.  */
 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,