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