diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/loop.go')
-rw-r--r-- | vendor/github.com/d5/tengo/compiler/loop.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/loop.go b/vendor/github.com/d5/tengo/compiler/loop.go deleted file mode 100644 index e27cb096..00000000 --- a/vendor/github.com/d5/tengo/compiler/loop.go +++ /dev/null @@ -1,8 +0,0 @@ -package compiler - -// Loop represents a loop construct that -// the compiler uses to track the current loop. -type Loop struct { - Continues []int - Breaks []int -} |