diff options
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 |