summaryrefslogtreecommitdiffstats
path: root/src/ldb_modules/memberof.c
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-02-10 14:24:19 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-02-11 09:17:55 -0500
commit01bc248f42f1a056091aa3dd99ba9615ba61df6f (patch)
tree8728765b91b656f5152ba39a596d92788dcdf204 /src/ldb_modules/memberof.c
parent79a04cb672dd9c37f7d6d4370abea8aac52abf89 (diff)
downloadsssd-01bc248f42f1a056091aa3dd99ba9615ba61df6f.tar.gz
sssd-01bc248f42f1a056091aa3dd99ba9615ba61df6f.tar.xz
sssd-01bc248f42f1a056091aa3dd99ba9615ba61df6f.zip
Clear up -Wunused-but-set-variable warnings
Diffstat (limited to 'src/ldb_modules/memberof.c')
-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 372aa544f..311e7e516 100644
--- a/src/ldb_modules/memberof.c
+++ b/src/ldb_modules/memberof.c
@@ -1727,16 +1727,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;