From cf2c5f2a7f8dfd7d93362fa6669ee4aecbfad4d0 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 28 Jan 2022 20:09:24 -0500 Subject: [EVAL] Find and return relative module data --- src/texec/world.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/texec/world.go') 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 -- cgit v1.2.3