From: Alan T. DeKok Date: Tue, 27 Jun 2017 20:51:58 +0000 (-0400) Subject: remove unused assignment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=927f2030c07f351cc3ed99f76df45fb79fa8d135;p=thirdparty%2Ffreeradius-server.git remove unused assignment --- diff --git a/src/main/unlang_interpret.c b/src/main/unlang_interpret.c index 1b261876546..b99cc27124a 100644 --- a/src/main/unlang_interpret.c +++ b/src/main/unlang_interpret.c @@ -1247,8 +1247,6 @@ static rlm_rcode_t unlang_run(REQUEST *request, unlang_stack_t *stack) DUMP_STACK; #endif - frame = &stack->frame[stack->depth]; - /* * If we're called from a module, re-set this so that the * indentation works correctly...