From 66eb7bc6ecb1d9bada5b738fff6b428c59be29cc Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 6 Jul 2012 09:38:33 +0200 Subject: s3: Remove the unused completion handling from aio.c Signed-off-by: Jeremy Allison --- source3/smbd/globals.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/smbd/globals.h') 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 -- cgit