1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-30 17:49:30 +03:00

s3:idmap_tdb2: remove unused idmap_alloc_methods.

This commit is contained in:
Michael Adam
2010-05-31 11:27:18 +02:00
parent 8a13c95931
commit 39fced2f33

View File

@ -882,12 +882,6 @@ static struct idmap_methods db_methods = {
.close_fn = idmap_tdb2_close .close_fn = idmap_tdb2_close
}; };
static struct idmap_alloc_methods db_alloc_methods = {
.init = idmap_tdb2_alloc_init,
.allocate_id = idmap_tdb2_allocate_id,
.close_fn = idmap_tdb2_alloc_close
};
NTSTATUS idmap_tdb2_init(void) NTSTATUS idmap_tdb2_init(void)
{ {
return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "tdb2", &db_methods); return smb_register_idmap(SMB_IDMAP_INTERFACE_VERSION, "tdb2", &db_methods);