From 567e8fa6ca61e136f94d06e858ee30577c8f36e3 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Sun, 30 Apr 2006 23:49:39 +0000 Subject: r15368: Remove some dead code. -- paulg (This used to be commit e1bd357fe87a66861d092fcdbdde1ff6ffcc8cf2) --- source3/auth/auth_script.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source3/auth/auth_script.c b/source3/auth/auth_script.c index 722abe3d04..ec7264924c 100644 --- a/source3/auth/auth_script.c +++ b/source3/auth/auth_script.c @@ -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 -- cgit