]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
one more unused variable
authorAlan T. DeKok <aland@freeradius.org>
Thu, 10 Oct 2019 16:28:08 +0000 (12:28 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 10 Oct 2019 16:28:08 +0000 (12:28 -0400)
src/lib/unlang/compile.c

index cc248ec7861034857ecc17a917fd73a9df3d7b4a..4b019736b491b1b788c6e543bdb8ed6eb43a4b4f 100644 (file)
@@ -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;
 
        /*