diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/emitted_instruction.go')
-rw-r--r-- | vendor/github.com/d5/tengo/compiler/emitted_instruction.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/emitted_instruction.go b/vendor/github.com/d5/tengo/compiler/emitted_instruction.go deleted file mode 100644 index 8572fb0a..00000000 --- a/vendor/github.com/d5/tengo/compiler/emitted_instruction.go +++ /dev/null @@ -1,8 +0,0 @@ -package compiler - -// EmittedInstruction represents an opcode -// with its emitted position. -type EmittedInstruction struct { - Opcode Opcode - Position int -} |