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

This commit is contained in:
Doug Evans 2008-12-02 09:52:31 +00:00
parent acac4c6962
commit c29235ac9f
2 changed files with 4 additions and 2 deletions

View 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>

View 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");