diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49e66f7c3a..90e9c00135 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2011-02-28 Michael Snyder + * infrun.c (handle_inferior_event): Remove unused function call. + * fork-child.c (fork_inferior): Remove ifdef'd code and unused variable. diff --git a/gdb/infrun.c b/gdb/infrun.c index 274082dc3b..0584f16f41 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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)