aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Execution/Externs/Global_.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Execution/Externs/Global_.php')
-rw-r--r--src/Execution/Externs/Global_.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Execution/Externs/Global_.php b/src/Execution/Externs/Global_.php
deleted file mode 100644
index ccf9ad0..0000000
--- a/src/Execution/Externs/Global_.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\GlobalInst;
-
-final readonly class Global_ extends Extern
-{
- protected function __construct(
- public GlobalInst $global,
- ) {
- }
-}