From 39fced2f33eb60b25f8c1bddea09c429fc218f1a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 31 May 2010 11:27:18 +0200 Subject: s3:idmap_tdb2: remove unused idmap_alloc_methods. --- source3/winbindd/idmap_tdb2.c | 6 ------ 1 file changed, 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); -- cgit