From: Alan T. DeKok Date: Thu, 26 Sep 2019 13:43:00 +0000 (-0400) Subject: quiet static analyzer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513e88b01563cbda698b6d339a0797cf7dcd2c9d;p=thirdparty%2Ffreeradius-server.git quiet static analyzer --- diff --git a/src/lib/unlang/parallel.c b/src/lib/unlang/parallel.c index 9079333cc5a..a4412b024a0 100644 --- a/src/lib/unlang/parallel.c +++ b/src/lib/unlang/parallel.c @@ -397,11 +397,6 @@ static unlang_action_t unlang_parallel(REQUEST *request, rlm_rcode_t *presult) state->children[i].instruction = instruction; } - /* - * Reset this... - */ - instruction = frame->instruction; - /* * Run the various children. On the off chance they're * all done, free things, and return.