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-06-02 15:22:35 -0400
commit07eb85063b78b26588ce262e7cec37399e0bef96 (patch)
tree5bfd37c753f32aa8fbb509f64e65c7ac9f7b8117 /src/ldb_modules
parent38d877390fca03286564bee3a06516b5c0981f33 (diff)
downloadsssd-07eb85063b78b26588ce262e7cec37399e0bef96.tar.gz
sssd-07eb85063b78b26588ce262e7cec37399e0bef96.tar.xz
sssd-07eb85063b78b26588ce262e7cec37399e0bef96.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;