diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-07-22 14:54:11 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-09-30 16:36:09 +0200 |
commit | 1ea3364721522dcd68fee629b017e72ab35ff6e1 (patch) | |
tree | 406812404bbbd2cfab1a23b32be21eee57e6e464 | |
parent | 22eb416d166e5772619518fc2adc26a6783abdb1 (diff) | |
download | samba-1ea3364721522dcd68fee629b017e72ab35ff6e1.tar.gz samba-1ea3364721522dcd68fee629b017e72ab35ff6e1.tar.xz samba-1ea3364721522dcd68fee629b017e72ab35ff6e1.zip |
tevent: remove unused exit_code in tevent_poll.c
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
-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) |