From 0f913731563e3265ccc17589a01b5667c45019ec Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 Jan 2009 14:44:24 +0100 Subject: s3:idmap: remove the remove_mapping method from API and backends Michael --- source3/winbindd/idmap_adex/idmap_adex.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'source3/winbindd/idmap_adex/idmap_adex.c') diff --git a/source3/winbindd/idmap_adex/idmap_adex.c b/source3/winbindd/idmap_adex/idmap_adex.c index ea6d688b72..d5c624e23f 100644 --- a/source3/winbindd/idmap_adex/idmap_adex.c +++ b/source3/winbindd/idmap_adex/idmap_adex.c @@ -265,20 +265,6 @@ static NTSTATUS _idmap_adex_set_mapping(struct return NT_STATUS_NOT_IMPLEMENTED; } -/********************************************************************** - *********************************************************************/ - -static NTSTATUS _idmap_adex_remove_mapping(struct - idmap_domain - *dom, const - struct - id_map - *map) -{ - DEBUG(0, ("_idmap_adex_remove_mapping: not implemented\n")); - return NT_STATUS_NOT_IMPLEMENTED; -} - /********************************************************************** *********************************************************************/ @@ -420,7 +406,6 @@ static struct idmap_methods adex_idmap_methods = { .unixids_to_sids = _idmap_adex_get_sid_from_id, .sids_to_unixids = _idmap_adex_get_id_from_sid, .set_mapping = _idmap_adex_set_mapping, - .remove_mapping = _idmap_adex_remove_mapping, .dump_data = _idmap_adex_dump, .close_fn = _idmap_adex_close }; -- cgit