From 9010194972310e0749d426b3810785e4f5fce51d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jun 2010 08:17:06 +0200 Subject: s3:idmap_tdb: remove unused idmap_tdb_alloc_close(). --- source3/winbindd/idmap_tdb.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/winbindd/idmap_tdb.c') 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 **********************************************************************/ -- cgit