diff options
author | Michael Snyder <msnyder@vmware.com> | 2011-03-01 01:00:31 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2011-03-01 01:00:31 +0000 |
commit | 098ab5127c7d086fa3eaf18e936346d2a6970646 (patch) | |
tree | 58895c5b320eaff86144934e62731f6b7f5cbab7 /gdb/infrun.c | |
parent | bcbd1de94d2f0f1b254a7f506dfce9c0f158ecb4 (diff) | |
download | gdb-098ab5127c7d086fa3eaf18e936346d2a6970646.zip gdb-098ab5127c7d086fa3eaf18e936346d2a6970646.tar.gz gdb-098ab5127c7d086fa3eaf18e936346d2a6970646.tar.bz2 |
2011-02-28 Michael Snyder <msnyder@vmware.com>
* infrun.c (handle_inferior_event): Remove unused function call.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |