diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-01-17 05:51:08 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-01-17 05:51:08 +0000 |
commit | 2dbda4a7ef2ffb784f8a5e9b771a2ad26ca8f065 (patch) | |
tree | 97f4fc33df03b4dad9eefe8fec222e2533b75204 /gdb/hpux-thread.c | |
parent | 2872f70420b70cedd6cd3814b58626b848dc8c3d (diff) | |
download | gdb-2dbda4a7ef2ffb784f8a5e9b771a2ad26ca8f065.tar.gz |
* hpux-thread.c (hpux_thread_resume): Delete commented-out code.
Diffstat (limited to 'gdb/hpux-thread.c')
-rw-r--r-- | gdb/hpux-thread.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/hpux-thread.c b/gdb/hpux-thread.c index fe87382a51f..4264eed31b9 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; |