summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/tengo.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/tengo.go')
-rw-r--r--vendor/github.com/d5/tengo/tengo.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/d5/tengo/tengo.go b/vendor/github.com/d5/tengo/tengo.go
deleted file mode 100644
index a883bbd7..00000000
--- a/vendor/github.com/d5/tengo/tengo.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package tengo
-
-var (
- // MaxStringLen is the maximum byte-length for string value.
- // Note this limit applies to all compiler/VM instances in the process.
- MaxStringLen = 2147483647
-
- // MaxBytesLen is the maximum length for bytes value.
- // Note this limit applies to all compiler/VM instances in the process.
- MaxBytesLen = 2147483647
-)