diff options
| author | Volker Lendecke <vl@samba.org> | 2010-08-08 14:59:47 +0200 |
|---|---|---|
| committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:33 +0200 |
| commit | 89b4c905776fefc12c1e3cc4b1c47b64863e9f30 (patch) | |
| tree | 750123974ab46be483df6cb2f0dfd4179ab139d8 | |
| parent | 9a4ac5b2d36fc8202d770c79c7a3ecf6d967b087 (diff) | |
| download | samba-89b4c905776fefc12c1e3cc4b1c47b64863e9f30.tar.gz samba-89b4c905776fefc12c1e3cc4b1c47b64863e9f30.tar.bz2 samba-89b4c905776fefc12c1e3cc4b1c47b64863e9f30.zip | |
s3: Remove smbd_messaging_context from dummysmbd
| -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 |
