From 89b4c905776fefc12c1e3cc4b1c47b64863e9f30 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 14:59:47 +0200 Subject: s3: Remove smbd_messaging_context from dummysmbd --- source3/lib/dummysmbd.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/dummysmbd.c b/source3/lib/dummysmbd.c index c79e080882..ee88a78e7c 100644 --- a/source3/lib/dummysmbd.c +++ b/source3/lib/dummysmbd.c @@ -65,11 +65,6 @@ struct event_context *smbd_event_context(void) return NULL; } -struct messaging_context *smbd_messaging_context(void) -{ - return NULL; -} - /** * The following two functions need to be called from inside the low-level BRL * code for oplocks correctness in smbd. Since other utility binaries also -- cgit