summaryrefslogtreecommitdiffstats
path: root/src/ldb_modules
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-02-10 14:24:19 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-10-26 10:28:56 -0400
commitaa1c87cdcfbecb50b26f1a2fbe5d9a902ea45547 (patch)
tree76d5a893d92601cf76c12c6683c6f68e51ef3b6c /src/ldb_modules
parentbf5a6886937e0de95bdd7020663c466c75bafa2c (diff)
downloadsssd-aa1c87cdcfbecb50b26f1a2fbe5d9a902ea45547.tar.gz
sssd-aa1c87cdcfbecb50b26f1a2fbe5d9a902ea45547.tar.xz
sssd-aa1c87cdcfbecb50b26f1a2fbe5d9a902ea45547.zip
Clear up -Wunused-but-set-variable warnings
Diffstat (limited to 'src/ldb_modules')
-rw-r--r--src/ldb_modules/memberof.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ldb_modules/memberof.c b/src/ldb_modules/memberof.c
index 31547464c..019d67cf0 100644
--- a/src/ldb_modules/memberof.c
+++ b/src/ldb_modules/memberof.c
@@ -1728,16 +1728,9 @@ static int mbof_del_exop_search_callback(struct ldb_request *req,
static int mbof_del_execute_cont(struct mbof_del_operation *delop)
{
struct mbof_del_ancestors_ctx *anc_ctx;
- struct mbof_del_operation *parent;
- struct mbof_del_ctx *del_ctx;
- struct mbof_ctx *ctx;
struct mbof_dn_array *new_list;
int i;
- del_ctx = delop->del_ctx;
- parent = delop->parent;
- ctx = del_ctx->ctx;
-
anc_ctx = talloc_zero(delop, struct mbof_del_ancestors_ctx);
if (!anc_ctx) {
return LDB_ERR_OPERATIONS_ERROR;