summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/objects/callable_func.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/objects/callable_func.go')
-rw-r--r--vendor/github.com/d5/tengo/objects/callable_func.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/github.com/d5/tengo/objects/callable_func.go b/vendor/github.com/d5/tengo/objects/callable_func.go
deleted file mode 100644
index ad25e65d..00000000
--- a/vendor/github.com/d5/tengo/objects/callable_func.go
+++ /dev/null
@@ -1,4 +0,0 @@
-package objects
-
-// CallableFunc is a function signature for the callable functions.
-type CallableFunc = func(args ...Object) (ret Object, err error)