Commit ac09f482 by Zack Weinberg Committed by Zack Weinberg

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
parent f6cbf672
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.
......
......@@ -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 ())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment