decl2.c (finish_file): Remove double setup for accounting compile time.

* decl2.c (finish_file): Remove double setup for accounting
	compile time.

From-SVN: r33386
This commit is contained in:
Zack Weinberg 2000-04-24 18:42:22 +00:00 committed by Zack Weinberg
parent f6cbf6727d
commit ac09f4822b
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2000-04-24 Zack Weinberg <zack@wolery.cumb.org>
* decl2.c (finish_file): Remove double setup for accounting
compile time.
2000-04-24 Robert Lipe <robertlipe@usa.net>
* cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.

View File

@ -3440,8 +3440,6 @@ finish_file ()
if (! global_bindings_p () || current_class_type || decl_namespace_list)
return;
start_time = get_run_time ();
/* Otherwise, GDB can get confused, because in only knows
about source for LINENO-1 lines. */
lineno -= 1;
@ -3465,9 +3463,6 @@ finish_file ()
generating the intiailzer for an object may cause templates to be
instantiated, etc., etc. */
this_time = get_run_time ();
parse_time -= this_time - start_time;
varconst_time += this_time - start_time;
start_time = get_run_time ();
if (new_abi_rtti_p ())