diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 17:59:18 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:35 +0200 |
commit | 95b840cbf1a22c13c038f9ffe999672bf444daa9 (patch) | |
tree | c57323135665775fc5f328c97b0b9821936fa946 /source3/include | |
parent | 3715a1687f0b258d0c8f0966eddc8aa6586a8735 (diff) | |
download | samba-95b840cbf1a22c13c038f9ffe999672bf444daa9.tar.gz samba-95b840cbf1a22c13c038f9ffe999672bf444daa9.tar.bz2 samba-95b840cbf1a22c13c038f9ffe999672bf444daa9.zip |
s3:idmap: remove unused method set_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 b3f9af47d0..27e4f8d51a 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 (*set_id_hwm)(struct unixid *id); /* Called when backend is unloaded */ NTSTATUS (*close_fn)(void); |