diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-01-28 20:09:24 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-01-28 20:09:24 -0500 |
commit | cf2c5f2a7f8dfd7d93362fa6669ee4aecbfad4d0 (patch) | |
tree | ec7ea6a311b31adbd1957a7a8e4d756ed499938b /src/texec/world.go | |
parent | c1a0c728da2a8f4cb9d077e41da32806864f3b53 (diff) |
[EVAL] Find and return relative module data
Diffstat (limited to 'src/texec/world.go')
-rw-r--r-- | src/texec/world.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/texec/world.go b/src/texec/world.go index d0435a0..7921a13 100644 --- a/src/texec/world.go +++ b/src/texec/world.go @@ -39,12 +39,6 @@ type TVariable struct { type VarMap map[string]TVariable -// TContext represents a single call context. -type TContext struct { - CallEnv TArtifact - Vars VarMap -} - // TModule represents a collection of files and sub-modules in a program type TModule struct { Name string |