s3:idmap: remove unused alloc method get_id_hwm from idmap API
[bbaumbach/samba-autobuild/.git] / source3 / include / idmap.h
index e32ade709f015d996bfcb08625a21dc15344f46c..b3f9af47d07901ed587c57c996993cb0372a2e2c 100644 (file)
@@ -62,7 +62,6 @@ struct idmap_alloc_methods {
        NTSTATUS (*init)(const char *compat_params);
 
        NTSTATUS (*allocate_id)(struct unixid *id);
-       NTSTATUS (*get_id_hwm)(struct unixid *id);
        NTSTATUS (*set_id_hwm)(struct unixid *id);
 
        /* Called when backend is unloaded */