From 261663389b3b04b9071b11b4f2dba39a15fda03b Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 31 May 2010 11:28:02 +0200 Subject: s3:idmap_tdb2: remove unused idmap_tdb2_alloc_close(). --- source3/winbindd/idmap_tdb2.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/winbindd/idmap_tdb2.c') 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 @@ -297,15 +297,6 @@ static NTSTATUS idmap_tdb2_allocate_id(struct unixid *xid) return status; } -/* - Close the alloc tdb -*/ -static NTSTATUS idmap_tdb2_alloc_close(void) -{ - /* don't actually close it */ - return NT_STATUS_OK; -} - /* IDMAP MAPPING TDB BACKEND */ -- cgit