s3:idmap: remove unused method set_id_hwm from idmap API
[amitay/samba.git] / source3 / include / idmap.h
index b3f9af47d07901ed587c57c996993cb0372a2e2c..27e4f8d51a1605b096393aec1474c7339a1a2a6a 100644 (file)
@@ -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);