From 5e317beadb0f73f825e46cff01aefeb8b5529454 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 31 May 2010 11:33:34 +0200 Subject: s3:idmap_tdb: remove unused idmap_alloc_tdb_init() --- source3/winbindd/idmap_tdb.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index c2b459d006..9529273de5 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -931,11 +931,6 @@ static struct idmap_alloc_methods db_alloc_methods = { .close_fn = idmap_tdb_alloc_close }; -static NTSTATUS idmap_alloc_tdb_init(void) -{ - return smb_register_idmap_alloc(SMB_IDMAP_INTERFACE_VERSION, "tdb", &db_alloc_methods); -} - NTSTATUS idmap_tdb_init(void) { DEBUG(10, ("calling idmap_tdb_init\n")); -- cgit