aboutsummaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r--gdb/linux-nat.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h
index f5ec74e..24cd54a 100644
--- a/gdb/linux-nat.h
+++ b/gdb/linux-nat.h
@@ -37,11 +37,6 @@ struct lwp_info
next time we see this LWP stop. */
int must_set_ptrace_flags;
- /* Non-zero if this LWP is cloned. In this context "cloned" means
- that the LWP is reporting to its parent using a signal other than
- SIGCHLD. */
- int cloned;
-
/* Non-zero if we sent this LWP a SIGSTOP (but the LWP didn't report
it back yet). */
int signalled;