summaryrefslogtreecommitdiff
path: root/src/texec/world.go
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-01-21 15:02:35 -0500
committerKyle Gunger <kgunger12@gmail.com>2022-01-21 15:02:35 -0500
commitc1a0c728da2a8f4cb9d077e41da32806864f3b53 (patch)
tree4dcb72ed24ba587da43d91305b48cbea20acb843 /src/texec/world.go
parent567aa820e32be95d9c566315d776c1f12fa8ffbe (diff)
[EVAL] change how structs are represented
Diffstat (limited to 'src/texec/world.go')
-rw-r--r--src/texec/world.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/texec/world.go b/src/texec/world.go
index d88eae2..d0435a0 100644
--- a/src/texec/world.go
+++ b/src/texec/world.go
@@ -38,7 +38,6 @@ type TVariable struct {
}
type VarMap map[string]TVariable
-type TypeMap map[string]TType
// TContext represents a single call context.
type TContext struct {