summaryrefslogtreecommitdiff
path: root/source3/include/idmap.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-22 17:56:19 +0100
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:35 +0200
commit3715a1687f0b258d0c8f0966eddc8aa6586a8735 (patch)
treef54dd5876aec1e478989aca3186e8b1cfdd877fe /source3/include/idmap.h
parent672ab10ee784fcfc3270df3e7665f74ff08f7d40 (diff)
downloadsamba-3715a1687f0b258d0c8f0966eddc8aa6586a8735.tar.gz
s3:idmap: remove unused alloc method get_id_hwm from idmap API
Michael
Diffstat (limited to 'source3/include/idmap.h')
-rw-r--r--source3/include/idmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/idmap.h b/source3/include/idmap.h
index e32ade709f0..b3f9af47d07 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 */