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>
Wed, 23 Jun 2010 10:22:14 +0000 (12:22 +0200)
source3/winbindd/idmap_tdb.c

index a51fd1d4c61c7b31188348e23a63c66fc826f2fa..b20db1830f03cc37d9b8e17eeb05084369909acd 100644 (file)
@@ -475,16 +475,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
 **********************************************************************/