Author: paulg
Date: 2006-04-30 23:49:39 +0000 (Sun, 30 Apr 2006)
New Revision: 15368

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15368

Log:
Remove some dead code. -- paulg
Modified:
   branches/SAMBA_3_0/source/auth/auth_script.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/auth_script.c
===================================================================
--- branches/SAMBA_3_0/source/auth/auth_script.c        2006-04-30 23:11:59 UTC 
(rev 15367)
+++ branches/SAMBA_3_0/source/auth/auth_script.c        2006-04-30 23:49:39 UTC 
(rev 15368)
@@ -140,15 +140,7 @@
        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

Reply via email to