Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jul 6, 2020
1 parent eb3ce8d commit 1b498e6
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -505,11 +505,6 @@ private static function handleNonReturningCase(
}
}

$vars = array_diff_key(
$case_context->vars_possibly_in_scope,
$original_context->vars_possibly_in_scope
);

// if we're leaving this block, add vars to outer for loop scope
if ($case_exit_type === 'continue') {
if (!$context->loop_scope) {
Expand Down

0 comments on commit 1b498e6

Please sign in to comment.