From 098ab5127c7d086fa3eaf18e936346d2a6970646 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 1 Mar 2011 01:00:31 +0000 Subject: 2011-02-28 Michael Snyder * infrun.c (handle_inferior_event): Remove unused function call. --- gdb/infrun.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/infrun.c') 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) -- cgit v1.1