diff options
-rw-r--r-- | source3/lib/dummysmbd.c | 5 |
1 files changed, 0 insertions, 5 deletions
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 |