s3: Remove close_fn from idmap_methods
[nivanova/samba-autobuild/.git] / source3 / winbindd / idmap_hash / idmap_hash.c
index 816e3a05320a6583224f0c9383aca13915aed852..61ae13ac3cd0ec2f06f7919b5172bc2ab431aaf4 100644 (file)
@@ -255,14 +255,6 @@ done:
        return nt_status;
 }
 
-/*********************************************************************
- ********************************************************************/
-
-static NTSTATUS be_close(struct idmap_domain *dom)
-{
-       return NT_STATUS_OK;
-}
-
 /*********************************************************************
  ********************************************************************/
 
@@ -359,7 +351,6 @@ static struct idmap_methods hash_idmap_methods = {
        .init            = be_init,
        .unixids_to_sids = unixids_to_sids,
        .sids_to_unixids = sids_to_unixids,
-       .close_fn        = be_close
 };
 
 static struct nss_info_methods hash_nss_methods = {