summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-17 08:17:06 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:51 +0200
commit9010194972310e0749d426b3810785e4f5fce51d (patch)
tree6ead645e73150fe75a27f7d195e75765ed6d999f /source3/winbindd/idmap_tdb.c
parent2e4a0382f5f9df4e50c7a7e9759bf02f54c21925 (diff)
downloadsamba-9010194972310e0749d426b3810785e4f5fce51d.tar.gz
samba-9010194972310e0749d426b3810785e4f5fce51d.tar.bz2
samba-9010194972310e0749d426b3810785e4f5fce51d.zip
s3:idmap_tdb: remove unused idmap_tdb_alloc_close().
Diffstat (limited to 'source3/winbindd/idmap_tdb.c')
-rw-r--r--source3/winbindd/idmap_tdb.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index 36c6de31e2..bc2c464e36 100644
--- a/source3/winbindd/idmap_tdb.c
+++ b/source3/winbindd/idmap_tdb.c
@@ -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
**********************************************************************/