s3:idmap_tdb2: remove unused idmap_tdb2_alloc_init().
[amitay/samba.git] / source3 / winbindd / idmap_tdb2.c
index 3ff538b6131a3db4178d504ff627a652c603fd28..2c4327084084965718ca86ec08ca589b39abfe2c 100644 (file)
@@ -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. 
 */