diff options
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r-- | source3/smbd/globals.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index cc6b87102f..80f6a66427 100644 --- a/source3/smbd/globals.c +++ b/source3/smbd/globals.c @@ -25,10 +25,8 @@ #include "messages.h" #include "tdb_compat.h" -#if defined(HAVE_AIO) int aio_pending_size = 100; /* tevent supports 100 signals SA_SIGINFO */ int outstanding_aio_calls = 0; -#endif #ifdef USE_DMAPI struct smbd_dmapi_context *dmapi_ctx = NULL; |