s3:idmap: remove the set_mapping method from the idmap API
[amitay/samba.git] / source3 / winbindd / idmap_adex / idmap_adex.c
index 05b517071824f49d5a8a1145ab36fb372512e0d7..5e55df357e6b311ea277dd74f69267d717dd1917 100644 (file)
@@ -253,18 +253,6 @@ static NTSTATUS _idmap_adex_get_id_from_sid(struct
        return NT_STATUS_OK;
 }
 
-/**********************************************************************
- *********************************************************************/
-
-static NTSTATUS _idmap_adex_set_mapping(struct
-                                           idmap_domain
-                                           *dom, const struct
-                                           id_map *map)
-{
-       DEBUG(0, ("_idmap_adex_set_mapping: not implemented\n"));
-       return NT_STATUS_NOT_IMPLEMENTED;
-}
-
 /**********************************************************************
  *********************************************************************/
 
@@ -396,7 +384,6 @@ static struct idmap_methods adex_idmap_methods = {
        .init             = _idmap_adex_init,
        .unixids_to_sids  = _idmap_adex_get_sid_from_id,
        .sids_to_unixids  = _idmap_adex_get_id_from_sid,
-       .set_mapping      = _idmap_adex_set_mapping,
        .close_fn         = _idmap_adex_close
 };
 static struct nss_info_methods adex_nss_methods = {