2011-02-28 Michael Snyder <msnyder@vmware.com>

* infrun.c (handle_inferior_event): Remove unused function call.
This commit is contained in:
Michael Snyder 2011-03-01 01:00:31 +00:00
parent bcbd1de94d
commit 098ab5127c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2011-02-28 Michael Snyder <msnyder@vmware.com>
* infrun.c (handle_inferior_event): Remove unused function call.
* fork-child.c (fork_inferior): Remove ifdef'd code and
unused variable.

View File

@ -4680,7 +4680,6 @@ process_event_stop_test:
struct symtab_and_line tmp_sal;
tmp_sal = find_pc_line (ecs->stop_func_start, 0);
tmp_sal.pspace = get_frame_program_space (frame);
if (tmp_sal.line != 0)
{
if (execution_direction == EXEC_REVERSE)