s3: Remove unused nss_info_adex_init()
authorVolker Lendecke <vl@samba.org>
Thu, 2 Sep 2010 20:13:59 +0000 (22:13 +0200)
committerVolker Lendecke <vl@samba.org>
Thu, 2 Sep 2010 20:14:55 +0000 (22:14 +0200)
source3/winbindd/idmap_adex/idmap_adex.c

index 0902d5547020a218981ed5a050b0f2980ecffa4e..c21e2fd23301e52abf63c27a3d312421561a0cf1 100644 (file)
@@ -430,8 +430,3 @@ NTSTATUS idmap_adex_init(void)
 
        return NT_STATUS_OK;
 }
-
-static NTSTATUS nss_info_adex_init(void)
-{
-       return idmap_adex_init();
-}