diff options
Diffstat (limited to 'src/Structure/Instructions/Instrs/Parametric/Select.php')
| -rw-r--r-- | src/Structure/Instructions/Instrs/Parametric/Select.php | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/Structure/Instructions/Instrs/Parametric/Select.php b/src/Structure/Instructions/Instrs/Parametric/Select.php deleted file mode 100644 index 10d6c8c..0000000 --- a/src/Structure/Instructions/Instrs/Parametric/Select.php +++ /dev/null @@ -1,24 +0,0 @@ -<?php - -declare(strict_types=1); - -namespace Nsfisis\Waddiwasi\Structure\Instructions\Instrs\Parametric; - -use Nsfisis\Waddiwasi\Structure\Instructions\Instr; -use Nsfisis\Waddiwasi\Structure\Types\ValType; - -final readonly class Select extends Instr -{ - /** - * @param list<ValType> $types - */ - protected function __construct( - public array $types, - ) { - } - - public static function opName(): string - { - return "select"; - } -} |
