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]

[ob] infrun.c (handle_inferior_event): Delete unused local tp.


fyi, I checked this in as obvious.

2008-12-02  Doug Evans  <dje@google.com>

	* infrun.c (handle_inferior_event): Delete unused local tp.

Index: infrun.c
===================================================================
RCS file: /cvs/src/src/gdb/infrun.c,v
retrieving revision 1.343
diff -u -p -r1.343 infrun.c
--- infrun.c	2 Dec 2008 04:42:45 -0000	1.343
+++ infrun.c	2 Dec 2008 09:47:22 -0000
@@ -2521,8 +2521,6 @@ targets should add new threads to the th
 	 the fact that we were supposed to switch back.  */
       if (ecs->event_thread->stop_signal == TARGET_SIGNAL_TRAP)
 	{
-	  struct thread_info *tp;
-
 	  if (debug_infrun)
 	    fprintf_unfiltered (gdb_stdlog,
 				"infrun: handling deferred step\n");


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