diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 15:52:34 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:35 +0200 |
commit | 672ab10ee784fcfc3270df3e7665f74ff08f7d40 (patch) | |
tree | 220ef8d07badf247daed6a0f72f7c9f6d1f72ce8 /source3/winbindd/idmap_adex | |
parent | 0f913731563e3265ccc17589a01b5667c45019ec (diff) | |
download | samba-672ab10ee784fcfc3270df3e7665f74ff08f7d40.tar.gz samba-672ab10ee784fcfc3270df3e7665f74ff08f7d40.tar.bz2 samba-672ab10ee784fcfc3270df3e7665f74ff08f7d40.zip |
s3:idmap: remove unused method dump_data() from the idmap API
Michael
Diffstat (limited to 'source3/winbindd/idmap_adex')
-rw-r--r-- | source3/winbindd/idmap_adex/idmap_adex.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.c b/source3/winbindd/idmap_adex/idmap_adex.c index d5c624e23f..05b5170718 100644 --- a/source3/winbindd/idmap_adex/idmap_adex.c +++ b/source3/winbindd/idmap_adex/idmap_adex.c @@ -268,15 +268,6 @@ static NTSTATUS _idmap_adex_set_mapping(struct /********************************************************************** *********************************************************************/ -static NTSTATUS _idmap_adex_dump(struct idmap_domain - *dom, struct id_map **maps, int *num_map) -{ - return NT_STATUS_NOT_IMPLEMENTED; -} - -/********************************************************************** - *********************************************************************/ - static NTSTATUS _idmap_adex_close(struct idmap_domain *dom) { @@ -406,7 +397,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, - .dump_data = _idmap_adex_dump, .close_fn = _idmap_adex_close }; static struct nss_info_methods adex_nss_methods = { |