s3:idmap_tdb: remove unused idmap_tdb_alloc_close().
authorMichael Adam <obnox@samba.org>
Thu, 17 Jun 2010 06:17:06 +0000 (08:17 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 14 Aug 2010 00:10:51 +0000 (02:10 +0200)
source3/winbindd/idmap_tdb.c

index 36c6de31e2cd2f681c935d2542e101a309c7f281..bc2c464e362be3e74de05cf418c0f1eafa50de47 100644 (file)
@@ -474,16 +474,6 @@ static NTSTATUS idmap_tdb_get_new_id(struct idmap_domain *dom,
        return ret;
 }
 
-/**********************************
- Close the alloc tdb 
-**********************************/
-
-static NTSTATUS idmap_tdb_alloc_close(void)
-{
-       TALLOC_FREE(idmap_alloc_db);
-       return NT_STATUS_OK;
-}
-
 /**********************************************************************
  IDMAP MAPPING TDB BACKEND
 **********************************************************************/