summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-31 11:33:34 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:38 +0200
commit5e317beadb0f73f825e46cff01aefeb8b5529454 (patch)
tree563a492e53becb7e5ccfae26a388f5ef3e251ff1 /source3/winbindd
parentdd4adc172171bab0e2a211d50b0c584834aff161 (diff)
downloadsamba-5e317beadb0f73f825e46cff01aefeb8b5529454.tar.gz
samba-5e317beadb0f73f825e46cff01aefeb8b5529454.tar.bz2
samba-5e317beadb0f73f825e46cff01aefeb8b5529454.zip
s3:idmap_tdb: remove unused idmap_alloc_tdb_init()
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/idmap_tdb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index c2b459d006..9529273de5 100644
--- a/source3/winbindd/idmap_tdb.c
+++ b/source3/winbindd/idmap_tdb.c
@@ -931,11 +931,6 @@ static struct idmap_alloc_methods db_alloc_methods = {
.close_fn = idmap_tdb_alloc_close
};
-static NTSTATUS idmap_alloc_tdb_init(void)
-{
- return smb_register_idmap_alloc(SMB_IDMAP_INTERFACE_VERSION, "tdb", &db_alloc_methods);
-}
-
NTSTATUS idmap_tdb_init(void)
{
DEBUG(10, ("calling idmap_tdb_init\n"));