From: Alan T. DeKok Date: Thu, 10 Oct 2019 16:28:08 +0000 (-0400) Subject: one more unused variable X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dec6daf8ffeef548941180756d18dd3ba0d3fe4b;p=thirdparty%2Ffreeradius-server.git one more unused variable --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index cc248ec7861..4b019736b49 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -2995,8 +2995,6 @@ static unlang_t *compile_subrequest(unlang_t *parent, unlang_compile_t *unlang_c g = group_allocate(parent, cs, UNLANG_TYPE_SUBREQUEST); if (!g) return NULL; - c = unlang_group_to_generic(g); - unlang_ctx2.actions = unlang_ctx->actions; /*