aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/TableInst.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/TableInst.php')
-rw-r--r--src/Execution/TableInst.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/Execution/TableInst.php b/src/Execution/TableInst.php
deleted file mode 100644
index 002ddec..0000000
--- a/src/Execution/TableInst.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace Nsfisis\Waddiwasi\Execution;
-
-use Nsfisis\Waddiwasi\Structure\Types\TableType;
-
-final class TableInst
-{
- /**
- * @param list<Ref> $elem
- */
- public function __construct(
- public TableType $type,
- public array $elem,
- ) {
- }
-}