summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-07-06 09:38:33 +0200
committerJeremy Allison <jra@samba.org>2012-07-18 15:38:15 -0700
commit66eb7bc6ecb1d9bada5b738fff6b428c59be29cc (patch)
treec6c2501d0d0bceac3bdf83f7e507953c2efdfb6e /source3/smbd/globals.h
parentf5dc8837d93372ab844028e160580803758204fa (diff)
downloadsamba-66eb7bc6ecb1d9bada5b738fff6b428c59be29cc.tar.gz
samba-66eb7bc6ecb1d9bada5b738fff6b428c59be29cc.tar.bz2
samba-66eb7bc6ecb1d9bada5b738fff6b428c59be29cc.zip
s3: Remove the unused completion handling from aio.c
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 0b8cc73c20..764496c648 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -23,7 +23,6 @@
#if defined(HAVE_AIO)
struct aio_extra;
-extern struct tevent_signal *aio_signal_event;
extern int aio_pending_size;
extern int outstanding_aio_calls;
#endif