summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/ipa/ipa_access.h')
-rw-r--r--src/providers/ipa/ipa_access.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/providers/ipa/ipa_access.h b/src/providers/ipa/ipa_access.h
index 551a17a09..8f3306259 100644
--- a/src/providers/ipa/ipa_access.h
+++ b/src/providers/ipa/ipa_access.h
@@ -75,13 +75,6 @@ struct hbac_ctx {
struct sysdb_attrs **servicegroups;
};
-/* Get tevent context associated with HBAC context */
-static inline struct tevent_context *hbac_ctx_ev(struct hbac_ctx *hbac_ctx)
-{
- struct be_ctx *be_ctx = hbac_ctx->be_req->be_ctx;
- return be_ctx != NULL ? be_ctx->ev : NULL;
-}
-
/* Get sdap_id_ctx associated with HBAC context */
static inline struct sdap_id_ctx *hbac_ctx_sdap_id_ctx(struct hbac_ctx *hbac_ctx)
{