From bfcbf73e1d792b4fbe768f5008c0bdc5ca2f13b9 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Mon, 6 Oct 1997 17:09:23 -0400 Subject: [PATCH] tree.c (print_lang_statistics): #if 0 call to print_inline_obstack_statistics until its definition is checked in. * 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index afbdb05a7e1..63e2cdb44c5 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -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 -- 2.30.2