From: Paul Green Date: Sun, 30 Apr 2006 23:49:39 +0000 (+0000) Subject: r15368: Remove some dead code. -- paulg X-Git-Tag: samba-4.0.0alpha6~801^2~8529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567e8fa6ca61e136f94d06e858ee30577c8f36e3;p=thirdparty%2Fsamba.git r15368: Remove some dead code. -- paulg (This used to be commit e1bd357fe87a66861d092fcdbdde1ff6ffcc8cf2) --- diff --git a/source3/auth/auth_script.c b/source3/auth/auth_script.c index 722abe3d046..ec7264924cd 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