diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Control/End.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Control/End.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Structure/Instructions/Instrs/Control/End.php b/src/Structure/Instructions/Instrs/Control/End.php deleted file mode 100644 index 14535c0..0000000 --- a/src/Structure/Instructions/Instrs/Control/End.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Control; - -use Nsfisis\Waddiwasi\Structure\Instructions\Instr; - -final readonly class End extends Instr -{ - public static function opName(): string - { - return "end"; - } -} |
