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/include | |
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/include')
-rw-r--r-- | source3/include/idmap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 6bf806c60f..e32ade709f 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -52,10 +52,6 @@ struct idmap_methods { NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map); - /* Called to dump backends data */ - /* NOTE: caller must use talloc_free to free maps when done */ - NTSTATUS (*dump_data)(struct idmap_domain *dom, struct id_map **maps, int *num_maps); - /* Called when backend is unloaded */ NTSTATUS (*close_fn)(struct idmap_domain *dom); }; |