From 26f49b7e27076e689541b9e13a1b54f60a4ee5c2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 02:57:23 +0900 Subject: feat: organize namespaces --- .../Instructions/Instrs/Parametric/Drop.php | 15 -------------- .../Instructions/Instrs/Parametric/Select.php | 24 ---------------------- 2 files changed, 39 deletions(-) delete mode 100644 src/Structure/Instructions/Instrs/Parametric/Drop.php delete mode 100644 src/Structure/Instructions/Instrs/Parametric/Select.php (limited to 'src/Structure/Instructions/Instrs/Parametric') diff --git a/src/Structure/Instructions/Instrs/Parametric/Drop.php b/src/Structure/Instructions/Instrs/Parametric/Drop.php deleted file mode 100644 index 69a3fc1..0000000 --- a/src/Structure/Instructions/Instrs/Parametric/Drop.php +++ /dev/null @@ -1,15 +0,0 @@ - $types - */ - protected function __construct( - public array $types, - ) { - } - - public static function opName(): string - { - return "select"; - } -} -- cgit v1.2.3-70-g09d2