summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_adex/idmap_adex.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-02 22:13:59 +0200
committerVolker Lendecke <vl@samba.org>2010-09-02 22:14:55 +0200
commitac317eba25ab9d55866523858a5a9c6b1363de1f (patch)
treebbfb7caf1f9826c94256c82eae72f6253795ce8d /source3/winbindd/idmap_adex/idmap_adex.c
parent4ca96834f3b77757d1e03fbc5290677b6724b785 (diff)
downloadsamba-ac317eba25ab9d55866523858a5a9c6b1363de1f.tar.gz
samba-ac317eba25ab9d55866523858a5a9c6b1363de1f.tar.bz2
samba-ac317eba25ab9d55866523858a5a9c6b1363de1f.zip
s3: Remove unused nss_info_adex_init()
Diffstat (limited to 'source3/winbindd/idmap_adex/idmap_adex.c')
-rw-r--r--source3/winbindd/idmap_adex/idmap_adex.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.c b/source3/winbindd/idmap_adex/idmap_adex.c
index 0902d55470..c21e2fd233 100644
--- a/source3/winbindd/idmap_adex/idmap_adex.c
+++ b/source3/winbindd/idmap_adex/idmap_adex.c
@@ -430,8 +430,3 @@ NTSTATUS idmap_adex_init(void)
return NT_STATUS_OK;
}
-
-static NTSTATUS nss_info_adex_init(void)
-{
- return idmap_adex_init();
-}