diff options
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/infrun.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49e66f7..90e9c00 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/infrun.c b/gdb/infrun.c index 274082d..0584f16 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) |