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/include/idmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 672e373108..6bf806c60f 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -51,7 +51,6 @@ struct idmap_methods { NTSTATUS (*sids_to_unixids)(struct idmap_domain *dom, struct id_map **ids); NTSTATUS (*set_mapping)(struct idmap_domain *dom, const struct id_map *map); - NTSTATUS (*remove_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 */ -- cgit