diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 17:56:19 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:35 +0200 |
commit | 3715a1687f0b258d0c8f0966eddc8aa6586a8735 (patch) | |
tree | f54dd5876aec1e478989aca3186e8b1cfdd877fe /source3/include | |
parent | 672ab10ee784fcfc3270df3e7665f74ff08f7d40 (diff) | |
download | samba-3715a1687f0b258d0c8f0966eddc8aa6586a8735.tar.gz samba-3715a1687f0b258d0c8f0966eddc8aa6586a8735.tar.bz2 samba-3715a1687f0b258d0c8f0966eddc8aa6586a8735.zip |
s3:idmap: remove unused alloc method get_id_hwm from idmap API
Michael
Diffstat (limited to 'source3/include')
-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 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 */ |