diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-04 19:53:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-05 15:07:34 +0100 |
commit | 077d5cff71bdb95f5829ae27309958e4661e4184 (patch) | |
tree | 925de7993f8be8b2cc129c639072a2faad5b0fdd /source3/include | |
parent | 492d0e351760458e06452ce948d33f346b3fbb52 (diff) | |
download | samba-077d5cff71bdb95f5829ae27309958e4661e4184.tar.gz samba-077d5cff71bdb95f5829ae27309958e4661e4184.tar.bz2 samba-077d5cff71bdb95f5829ae27309958e4661e4184.zip |
s3:events: remove unused stuff
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a361c62f75..f95038efc0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -528,7 +528,6 @@ bool event_add_to_select_args(struct event_context *event_ctx, const struct timeval *now, fd_set *read_fds, fd_set *write_fds, struct timeval *timeout, int *maxfd); -bool events_pending(struct event_context *event_ctx); bool run_events(struct event_context *event_ctx, int selrtn, fd_set *read_fds, fd_set *write_fds); struct timeval *get_timed_events_timeout(struct event_context *event_ctx, |