diff options
author | Michael Adam <obnox@samba.org> | 2010-05-31 11:41:05 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:39 +0200 |
commit | f96575d6db1f0137469d2611a3f3111a8101366d (patch) | |
tree | 5db4c15ee8ed802b38e61f4124ec7996dc8c3af1 /source3/winbindd | |
parent | 0369eb5555cddcdf80a7901dd64cef3114e524bc (diff) | |
download | samba-f96575d6db1f0137469d2611a3f3111a8101366d.tar.gz samba-f96575d6db1f0137469d2611a3f3111a8101366d.tar.bz2 samba-f96575d6db1f0137469d2611a3f3111a8101366d.zip |
s3:idmap_ldap: remove unused idmap_ldap_alloc_methods.
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_ldap.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c index 4cf7bd6b93..75e803c823 100644 --- a/source3/winbindd/idmap_ldap.c +++ b/source3/winbindd/idmap_ldap.c @@ -1297,13 +1297,6 @@ static struct idmap_methods idmap_ldap_methods = { .close_fn = idmap_ldap_close }; -static struct idmap_alloc_methods idmap_ldap_alloc_methods = { - - .init = idmap_ldap_alloc_init, - .allocate_id = idmap_ldap_allocate_id, - .close_fn = idmap_ldap_alloc_close, -}; - NTSTATUS idmap_ldap_init(void); NTSTATUS idmap_ldap_init(void) { |