summaryrefslogtreecommitdiff
path: root/source3/auth/auth_script.c
diff options
context:
space:
mode:
authorPaul Green <paulg@samba.org>2006-04-30 23:49:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:16:37 -0500
commit567e8fa6ca61e136f94d06e858ee30577c8f36e3 (patch)
tree452d9fc62b1aa28f88da1611ba76de66576e7058 /source3/auth/auth_script.c
parentbe8e338ef7d1bbcb33f9be449b8deb86fe23df1b (diff)
downloadsamba-567e8fa6ca61e136f94d06e858ee30577c8f36e3.tar.gz
samba-567e8fa6ca61e136f94d06e858ee30577c8f36e3.tar.bz2
samba-567e8fa6ca61e136f94d06e858ee30577c8f36e3.zip
r15368: Remove some dead code. -- paulg
(This used to be commit e1bd357fe87a66861d092fcdbdde1ff6ffcc8cf2)
Diffstat (limited to 'source3/auth/auth_script.c')
-rw-r--r--source3/auth/auth_script.c8
1 files changed, 0 insertions, 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