diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/winbindd/idmap_tdb.c | 7 |
1 files changed, 0 insertions, 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")); |