summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-07-22 14:54:11 +0200
committerMichael Adam <obnox@samba.org>2014-09-30 16:36:09 +0200
commit1ea3364721522dcd68fee629b017e72ab35ff6e1 (patch)
tree406812404bbbd2cfab1a23b32be21eee57e6e464 /lib/tevent
parent22eb416d166e5772619518fc2adc26a6783abdb1 (diff)
downloadsamba-1ea3364721522dcd68fee629b017e72ab35ff6e1.tar.gz
tevent: remove unused exit_code in tevent_poll.c
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/tevent_poll.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/tevent/tevent_poll.c b/lib/tevent/tevent_poll.c
index 75d0ced5a09..573ba9354f0 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)