mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3:idmap_ldap: remove unused idmap_ldap_alloc_methods.
This commit is contained in:
parent
0369eb5555
commit
f96575d6db
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user