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