]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r15368: Remove some dead code. -- paulg
authorPaul Green <paulg@samba.org>
Sun, 30 Apr 2006 23:49:39 +0000 (23:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:16:37 +0000 (11:16 -0500)
(This used to be commit e1bd357fe87a66861d092fcdbdde1ff6ffcc8cf2)

source3/auth/auth_script.c

index 722abe3d046c8d4486e27c67ddbb8614246c8b23..ec7264924cdaaf8848f5af6f7e99adedc706b953 100644 (file)
@@ -140,15 +140,7 @@ static NTSTATUS auth_init_script(struct auth_context *auth_context, const char *
        return NT_STATUS_OK;
 }
 
-/* Define this to build static. */
 NTSTATUS auth_script_init(void)
 {
        return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script);
 }
-#if 0
-/* Define this to build shared. */
-NTSTATUS init_module(void)
-{
-       return smb_register_auth(AUTH_INTERFACE_VERSION, "script", auth_init_script);
-}
-#endif