s3:winbind:idmap_tdb2: remove unused idmap_tdb2_alloc_init().
authorMichael Adam <obnox@samba.org>
Mon, 31 May 2010 09:29:00 +0000 (11:29 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 31 May 2010 15:34:05 +0000 (17:34 +0200)
source3/winbindd/idmap_tdb2.c

index 0ba723baa40346594306ded8191ef381bd7962bb..98206758783db5f3755b4dc34913d8d182f9e0e6 100644 (file)
@@ -180,18 +180,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. 
 */