summaryrefslogtreecommitdiff
path: root/lib/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thread.h')
-rw-r--r--lib/thread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/thread.h b/lib/thread.h
index 6b510fc4c9..b30dd9a727 100644
--- a/lib/thread.h
+++ b/lib/thread.h
@@ -61,12 +61,6 @@ struct fd_handler {
nfds_t copycount;
};
-struct cancel_req {
- struct thread *thread;
- void *eventobj;
- struct thread **threadref;
-};
-
struct xref_threadsched {
struct xref xref;