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