s3:idmap: remove the remove_mapping method from API and backends
[bbaumbach/samba-autobuild/.git] / source3 / include / idmap.h
index 672e3731082ed11d45a84e6d5219dd5fe9df8a3c..6bf806c60fdb89bdd680ab1f51750ef83a522eb2 100644 (file)
@@ -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 */