2011-02-28 Michael Snyder <msnyder@vmware.com>
* infrun.c (handle_inferior_event): Remove unused function call.
This commit is contained in:
parent
bcbd1de94d
commit
098ab5127c
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user