s3:idmap_ldap: remove unused idmap_ldap_alloc_methods.
authorMichael Adam <obnox@samba.org>
Mon, 31 May 2010 09:41:05 +0000 (11:41 +0200)
committerMichael Adam <obnox@samba.org>
Sat, 14 Aug 2010 00:10:39 +0000 (02:10 +0200)
source3/winbindd/idmap_ldap.c

index 4cf7bd6b93257e848ee44ed852f5f8640a0481da..75e803c8238c91007b33da45f3b0c00593ab0634 100644 (file)
@@ -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)
 {