diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/compilation_scope.go')
-rw-r--r-- | vendor/github.com/d5/tengo/compiler/compilation_scope.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/compilation_scope.go b/vendor/github.com/d5/tengo/compiler/compilation_scope.go deleted file mode 100644 index 41e7876b..00000000 --- a/vendor/github.com/d5/tengo/compiler/compilation_scope.go +++ /dev/null @@ -1,11 +0,0 @@ -package compiler - -import "github.com/d5/tengo/compiler/source" - -// CompilationScope represents a compiled instructions -// and the last two instructions that were emitted. -type CompilationScope struct { - instructions []byte - symbolInit map[string]bool - sourceMap map[int]source.Pos -} |