diff options
-rw-r--r-- | lib/tevent/tevent_poll.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/tevent/tevent_poll.c b/lib/tevent/tevent_poll.c index 75d0ced5a0..573ba9354f 100644 --- a/lib/tevent/tevent_poll.c +++ b/lib/tevent/tevent_poll.c @@ -58,9 +58,6 @@ struct poll_event_context { * Signal fd to wake the poll() thread */ int signal_fd; - - /* information for exiting from the event loop */ - int exit_code; }; static int poll_event_context_destructor(struct poll_event_context *poll_ev) |