summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/idmap.c')
-rw-r--r--source3/winbindd/idmap.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/winbindd/idmap.c b/source3/winbindd/idmap.c
index 685062ec4a..7da3656aa7 100644
--- a/source3/winbindd/idmap.c
+++ b/source3/winbindd/idmap.c
@@ -56,17 +56,6 @@ struct idmap_backend {
static struct idmap_backend *backends = NULL;
/**
- * Pointer to the alloc backend methods. Modules register themselves here via
- * smb_register_idmap_alloc.
- */
-struct idmap_alloc_backend {
- const char *name;
- struct idmap_alloc_methods *methods;
- struct idmap_alloc_backend *prev, *next;
-};
-static struct idmap_alloc_backend *alloc_backends = NULL;
-
-/**
* The idmap alloc context that is configured via "idmap alloc
* backend". Defaults to "idmap backend" in case the module (tdb, ldap) also
* provides alloc methods.
@@ -468,7 +457,6 @@ void idmap_close(void)
idmap_alloc_ctx->methods->close_fn();
idmap_alloc_ctx->methods = NULL;
}
- alloc_backends = NULL;
TALLOC_FREE(default_idmap_domain);
TALLOC_FREE(passdb_idmap_domain);
TALLOC_FREE(idmap_domains);