aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/Externs/Table.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/Externs/Table.php')
-rw-r--r--src/Execution/Externs/Table.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Execution/Externs/Table.php b/src/Execution/Externs/Table.php
deleted file mode 100644
index fde1e32..0000000
--- a/src/Execution/Externs/Table.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace Nsfisis\Waddiwasi\Execution\Externs;
-
-use Nsfisis\Waddiwasi\Execution\Extern;
-use Nsfisis\Waddiwasi\Execution\TableInst;
-
-final readonly class Table extends Extern
-{
- protected function __construct(
- public TableInst $table,
- ) {
- }
-}