diff options
Diffstat (limited to 'source3/include/idmap.h')
-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 b3f9af47d0..27e4f8d51a 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -62,7 +62,6 @@ struct idmap_alloc_methods { NTSTATUS (*init)(const char *compat_params); NTSTATUS (*allocate_id)(struct unixid *id); - NTSTATUS (*set_id_hwm)(struct unixid *id); /* Called when backend is unloaded */ NTSTATUS (*close_fn)(void); |