diff options
author | Doug Evans <dje@google.com> | 2008-12-02 09:52:31 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2008-12-02 09:52:31 +0000 |
commit | c29235ac9f1b955c3f4c89c5c8bc4ea4d4f80ae1 (patch) | |
tree | 14e16a3cee39ecca8db9bb94ba47d88cde48fb67 /gdb/infrun.c | |
parent | acac4c696228244258dea61e4b0d50f6e69d929b (diff) | |
download | gdb-c29235ac9f1b955c3f4c89c5c8bc4ea4d4f80ae1.zip gdb-c29235ac9f1b955c3f4c89c5c8bc4ea4d4f80ae1.tar.gz gdb-c29235ac9f1b955c3f4c89c5c8bc4ea4d4f80ae1.tar.bz2 |
* infrun.c (handle_inferior_event): Delete unused local tp.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 81e8136..c3d3eb7 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -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"); |