From bc59660fc19493076a847e6439b80e5f6b6324d5 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 31 May 2010 11:34:46 +0200 Subject: s3:idmap_tdb: remove unused idmap_alloc_methods --- source3/winbindd/idmap_tdb.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index 9529273de5..1978d8da7a 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -924,13 +924,6 @@ static struct idmap_methods db_methods = { .close_fn = idmap_tdb_close }; -static struct idmap_alloc_methods db_alloc_methods = { - - .init = idmap_tdb_alloc_init, - .allocate_id = idmap_tdb_allocate_id, - .close_fn = idmap_tdb_alloc_close -}; - NTSTATUS idmap_tdb_init(void) { DEBUG(10, ("calling idmap_tdb_init\n")); -- cgit