>From e3d8eda8dcf32adbdd001915d0308f16f6e45dfb Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 1 Sep 2015 17:50:32 +0200 Subject: [PATCH] SDAP: Remove unused function --- src/providers/ldap/ldap_common.c | 5 ----- src/providers/ldap/ldap_common.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/src/providers/ldap/ldap_common.c b/src/providers/ldap/ldap_common.c index 840a0987180935b16c774b8ea8dc0aaca0f846b1..aa4c6cb851a5735e051ef2c024ca0171a4f61148 100644 --- a/src/providers/ldap/ldap_common.c +++ b/src/providers/ldap/ldap_common.c @@ -44,11 +44,6 @@ void sdap_handler_done(struct be_req *req, int dp_err, return be_req_terminate(req, dp_err, error, errstr); } -void sdap_mark_offline(struct sdap_id_ctx *ctx) -{ - be_mark_offline(ctx->be); -} - int ldap_id_setup_tasks(struct sdap_id_ctx *ctx) { return sdap_id_setup_tasks(ctx->be, ctx, ctx->opts->sdom, diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index 8294d1db23bdca8d94a098533d93405c4d55226b..716aaa08ef83b8fca3779b830fdef20bbdb14937 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -210,8 +210,6 @@ errno_t ldap_setup_cleanup(struct sdap_id_ctx *id_ctx, errno_t ldap_id_cleanup(struct sdap_options *opts, struct sdap_domain *sdom); -void sdap_mark_offline(struct sdap_id_ctx *ctx); - struct tevent_req *groups_get_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_id_ctx *ctx, -- 2.4.3