aboutsummaryrefslogtreecommitdiff
path: root/gdb/hpux-thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/hpux-thread.c')
-rw-r--r--gdb/hpux-thread.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c
index fe87382..4264eed 100644
--- a/gdb/hpux-thread.c
+++ b/gdb/hpux-thread.c
@@ -180,15 +180,6 @@ hpux_thread_resume (ptid_t ptid, int step, enum target_signal signo)
ptid = main_ptid;
inferior_ptid = main_ptid;
-#if 0
- if (pid != -1)
- {
- pid = thread_to_lwp (pid, -2);
- if (pid == -2) /* Inactive thread */
- error (_("This version of Solaris can't start inactive threads."));
- }
-#endif
-
deprecated_child_ops.to_resume (ptid, step, signo);
cached_thread = 0;