From 6a281a49197ff76637bd6037692bb9569df8f2da Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 17 Jul 2013 13:28:42 +0200 Subject: Remove unused be_ctx->sigchld_ctx --- src/providers/dp_backend.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/providers/dp_backend.h') diff --git a/src/providers/dp_backend.h b/src/providers/dp_backend.h index 638b878c2..e07b4e649 100644 --- a/src/providers/dp_backend.h +++ b/src/providers/dp_backend.h @@ -118,7 +118,6 @@ struct be_ctx { const char *conf_path; struct be_failover_ctx *be_fo; struct be_resolv_ctx *be_res; - struct sss_sigchild_ctx *sigchld_ctx; /* Functions to be invoked when the * backend goes online or offline -- cgit