summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/d5/tengo/compiler/module_loader.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/d5/tengo/compiler/module_loader.go')
-rw-r--r--vendor/github.com/d5/tengo/compiler/module_loader.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/github.com/d5/tengo/compiler/module_loader.go b/vendor/github.com/d5/tengo/compiler/module_loader.go
deleted file mode 100644
index b050474d..00000000
--- a/vendor/github.com/d5/tengo/compiler/module_loader.go
+++ /dev/null
@@ -1,4 +0,0 @@
-package compiler
-
-// ModuleLoader should take a module name and return the module data.
-type ModuleLoader func(moduleName string) ([]byte, error)