From 672ab10ee784fcfc3270df3e7665f74ff08f7d40 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 Jan 2009 15:52:34 +0100 Subject: s3:idmap: remove unused method dump_data() from the idmap API Michael --- source3/include/idmap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') 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); }; -- cgit