diff options
Diffstat (limited to 'source3/include/idmap.h')
-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); }; |