diff options
author | Michael Adam <obnox@samba.org> | 2010-05-31 11:27:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:38 +0200 |
commit | 39fced2f33eb60b25f8c1bddea09c429fc218f1a (patch) | |
tree | f4f5354596f213a2df62c631cc2971b5eadae36f /source3 | |
parent | 8a13c959313fb876d5ef798be8e54d2971e5307d (diff) | |
download | samba-39fced2f33eb60b25f8c1bddea09c429fc218f1a.tar.gz samba-39fced2f33eb60b25f8c1bddea09c429fc218f1a.tar.bz2 samba-39fced2f33eb60b25f8c1bddea09c429fc218f1a.zip |
s3:idmap_tdb2: remove unused idmap_alloc_methods.
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index e546d44594..9feff167a5 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -882,12 +882,6 @@ static struct idmap_methods db_methods = { .close_fn = idmap_tdb2_close }; -static struct idmap_alloc_methods db_alloc_methods = { - .init = idmap_tdb2_alloc_init, - .allocate_id = idmap_tdb2_allocate_id, - .close_fn = idmap_tdb2_alloc_close -}; - NTSTATUS idmap_tdb2_init(void) { return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "tdb2", &db_methods); |