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

index 633f3c977115ed2cc8d52d46f0d9144481424e08..0ba723baa40346594306ded8191ef381bd7962bb 100644 (file)
@@ -323,15 +323,6 @@ static NTSTATUS idmap_tdb2_get_new_id(struct idmap_domain *dom,
        return ret;
 }
 
-/*
-  Close the alloc tdb 
-*/
-static NTSTATUS idmap_tdb2_alloc_close(void)
-{
-       /* don't actually close it */
-       return NT_STATUS_OK;
-}
-
 /*
   IDMAP MAPPING TDB BACKEND
 */