This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] infrun.c, handle_inferior_event, remove unused function call


checked in.

2011-02-28  Michael Snyder  <msnyder@vmware.com>

	* infrun.c (handle_inferior_event): Remove unused function call.

Index: infrun.c
===================================================================
RCS file: /cvs/src/src/gdb/infrun.c,v
retrieving revision 1.470
diff -u -p -u -p -r1.470 infrun.c
--- infrun.c	16 Feb 2011 14:54:42 -0000	1.470
+++ infrun.c	1 Mar 2011 00:58:51 -0000
@@ -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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]