diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/idmap.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |