From 3715a1687f0b258d0c8f0966eddc8aa6586a8735 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 Jan 2009 17:56:19 +0100 Subject: s3:idmap: remove unused alloc method get_id_hwm from idmap API Michael --- source3/include/idmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/idmap.h b/source3/include/idmap.h index e32ade709f..b3f9af47d0 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 (*get_id_hwm)(struct unixid *id); NTSTATUS (*set_id_hwm)(struct unixid *id); /* Called when backend is unloaded */ -- cgit