summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-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
**********************************************************************/