summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/winbindd/idmap_tdb2.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index 9feff167a5..3ff538b613 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -298,15 +298,6 @@ static NTSTATUS idmap_tdb2_allocate_id(struct unixid *xid)
}
/*
- Close the alloc tdb
-*/
-static NTSTATUS idmap_tdb2_alloc_close(void)
-{
- /* don't actually close it */
- return NT_STATUS_OK;
-}
-
-/*
IDMAP MAPPING TDB BACKEND
*/
struct idmap_tdb2_context {