summaryrefslogtreecommitdiff
path: root/src/texec/world.go
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-01-28 20:09:24 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-01-28 20:09:24 -0500
commitcf2c5f2a7f8dfd7d93362fa6669ee4aecbfad4d0 (patch)
treeec7ea6a311b31adbd1957a7a8e4d756ed499938b /src/texec/world.go
parentc1a0c728da2a8f4cb9d077e41da32806864f3b53 (diff)
[EVAL] Find and return relative module data
Diffstat (limited to 'src/texec/world.go')
-rw-r--r--src/texec/world.go6
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