From 9b45796547c8022b98a9254320323d72aecd81cb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 15 Mar 2024 19:02:22 +0900 Subject: refactor: remove Expr class --- src/Structure/Instructions/Expr.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 src/Structure/Instructions/Expr.php (limited to 'src/Structure/Instructions') diff --git a/src/Structure/Instructions/Expr.php b/src/Structure/Instructions/Expr.php deleted file mode 100644 index ceefcc0..0000000 --- a/src/Structure/Instructions/Expr.php +++ /dev/null @@ -1,23 +0,0 @@ - - */ - public array $instrs; - - /** - * @param list $instrs - */ - public function __construct( - array $instrs, - ) { - $instrs[] = Instr::End(); - $this->instrs = $instrs; - } -} -- cgit v1.2.3-70-g09d2