summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/compiler/scanner/mode.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/scanner/mode.go')
-rw-r--r--vendor/github.com/d5/tengo/compiler/scanner/mode.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/scanner/mode.go b/vendor/github.com/d5/tengo/compiler/scanner/mode.go
deleted file mode 100644
index f67ceaf8..00000000
--- a/vendor/github.com/d5/tengo/compiler/scanner/mode.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package scanner
-
-// Mode represents a scanner mode.
-type Mode int
-
-// List of scanner modes.
-const (
- ScanComments Mode = 1 << iota
- DontInsertSemis
-)