From c1a0c728da2a8f4cb9d077e41da32806864f3b53 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 21 Jan 2022 15:02:35 -0500 Subject: [EVAL] change how structs are represented --- src/texec/world.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/texec/world.go') 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 { -- cgit v1.2.3