OSDN Git Service

* tree.c (print_lang_statistics): #if 0 call to
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Oct 1997 21:09:23 +0000 (21:09 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 6 Oct 1997 21:09:23 +0000 (21:09 +0000)
print_inline_obstack_statistics until its definition is checked in.

the definition of the fn's not checked in yet by jason

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15848 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/tree.c

index afbdb05..63e2cdb 100644 (file)
@@ -1660,7 +1660,9 @@ print_lang_statistics ()
   print_obstack_statistics ("decl_obstack", &decl_obstack);
   print_obstack_statistics ("permanent_obstack", &permanent_obstack);
   print_obstack_statistics ("maybepermanent_obstack", &maybepermanent_obstack);
+#if 0
   print_inline_obstack_statistics ();
+#endif
   print_search_statistics ();
   print_class_statistics ();
 #ifdef GATHER_STATISTICS