summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-31 11:28:02 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:38 +0200
commit261663389b3b04b9071b11b4f2dba39a15fda03b (patch)
treec266ddc3d7b44daa10cab8554d4bf3059a0284b7 /source3/winbindd/idmap_tdb2.c
parent39fced2f33eb60b25f8c1bddea09c429fc218f1a (diff)
downloadsamba-261663389b3b04b9071b11b4f2dba39a15fda03b.tar.gz
samba-261663389b3b04b9071b11b4f2dba39a15fda03b.tar.bz2
samba-261663389b3b04b9071b11b4f2dba39a15fda03b.zip
s3:idmap_tdb2: remove unused idmap_tdb2_alloc_close().
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
-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 {