]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until...
authorBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 6 Oct 1997 21:09:23 +0000 (17:09 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 6 Oct 1997 21:09:23 +0000 (17:09 -0400)
* tree.c (print_lang_statistics): #if 0 call to
print_inline_obstack_statistics until its definition is checked in.

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

From-SVN: r15848

gcc/cp/tree.c

index afbdb05a7e19421cc1ed5aa05de81edf004d0f7b..63e2cdb44c5ad2aa4135887b05ac2f0f6f12b6b1 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