From 77e41c0ad47f9a0974ad34e4de3d0721117c7917 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 31 May 2010 11:29:00 +0200 Subject: s3:idmap_tdb2: remove unused idmap_tdb2_alloc_init(). --- source3/winbindd/idmap_tdb2.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source3/winbindd/idmap_tdb2.c') diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 3ff538b613..2c43270840 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -178,18 +178,6 @@ static NTSTATUS idmap_tdb2_alloc_load(void) } -/* - Initialise idmap alloc database. -*/ -static NTSTATUS idmap_tdb2_alloc_init(const char *params) -{ - /* nothing to do - we want to avoid opening the permanent - database if possible. Instead we load the params when we - first need it. */ - return NT_STATUS_OK; -} - - /* Allocate a new id. */ -- cgit