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