* infrun.c (handle_inferior_event): Delete unused local tp.
authorDoug Evans <dje@google.com>
Tue, 2 Dec 2008 09:52:31 +0000 (09:52 +0000)
committerDoug Evans <dje@google.com>
Tue, 2 Dec 2008 09:52:31 +0000 (09:52 +0000)
gdb/ChangeLog
gdb/infrun.c

index b03502a33f341a3f2c06bdb441508780ef88c34e..abdfc91edefa5e85411f812abdbfcc451fd13165 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-02  Doug Evans  <dje@google.com>
+
+       * infrun.c (handle_inferior_event): Delete unused local tp.
+
 2008-12-02  Pedro Alves  <pedro@codesourcery.com>
            Vladimir Prus  <vladimir@codesourcery.com>
 
index 81e8136115608048838452924e4ebfd623e3c144..c3d3eb717b807b12553e5d14c0fe96e93183405a 100644 (file)
@@ -2521,8 +2521,6 @@ targets should add new threads to the thread list themselves in non-stop mode.")
         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");