Skip to content

Commit 27fec29

Browse files
ircmaxelldriusan
andcommitted
Remove superfluous break
The break is unreachable. Co-Authored-By: driusan <driusan@gmail.com>
1 parent 008d647 commit 27fec29

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/VM.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ public function run(Block $block): int {
286286
$this->context->push($frame);
287287
$frame = $new;
288288
goto restart;
289-
break;
290289
default:
291290
throw new \LogicException("VM OpCode Not Implemented: " . $op->getType());
292291
}

0 commit comments

Comments
 (0)