s3: Remove smbd_messaging_context from dummysmbd
authorVolker Lendecke <vl@samba.org>
Sun, 8 Aug 2010 12:59:47 +0000 (14:59 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 8 Aug 2010 16:09:33 +0000 (18:09 +0200)
source3/lib/dummysmbd.c

index c79e080882c619380c6a511ffac0601a2a3a4261..ee88a78e7c462f2c25dc3dcae5ae3058b2140119 100644 (file)
@@ -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