]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove unused assignment
authorAlan T. DeKok <aland@freeradius.org>
Tue, 27 Jun 2017 20:51:58 +0000 (16:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 27 Jun 2017 20:51:58 +0000 (16:51 -0400)
src/main/unlang_interpret.c

index 1b2618765469cb445fd51f5589c8b3daeaef6815..b99cc27124a96aa1477352b0bdfcb5616f477884 100644 (file)
@@ -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...