diff options
author | Michael Adam <obnox@samba.org> | 2010-05-31 11:34:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:39 +0200 |
commit | bc59660fc19493076a847e6439b80e5f6b6324d5 (patch) | |
tree | becb28ed2fbad1cfee1853d813e18f4f010a00d7 /source3/winbindd | |
parent | 5e317beadb0f73f825e46cff01aefeb8b5529454 (diff) | |
download | samba-bc59660fc19493076a847e6439b80e5f6b6324d5.tar.gz samba-bc59660fc19493076a847e6439b80e5f6b6324d5.tar.bz2 samba-bc59660fc19493076a847e6439b80e5f6b6324d5.zip |
s3:idmap_tdb: remove unused idmap_alloc_methods
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_tdb.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c index 9529273de5..1978d8da7a 100644 --- a/source3/winbindd/idmap_tdb.c +++ b/source3/winbindd/idmap_tdb.c @@ -924,13 +924,6 @@ static struct idmap_methods db_methods = { .close_fn = idmap_tdb_close }; -static struct idmap_alloc_methods db_alloc_methods = { - - .init = idmap_tdb_alloc_init, - .allocate_id = idmap_tdb_allocate_id, - .close_fn = idmap_tdb_alloc_close -}; - NTSTATUS idmap_tdb_init(void) { DEBUG(10, ("calling idmap_tdb_init\n")); |