diff --git a/complete.go b/complete.go index 1e36681..561f579 100644 --- a/complete.go +++ b/complete.go @@ -11,8 +11,6 @@ import ( rt "github.com/arnodel/golua/runtime" ) -var completer rt.Value - func fileComplete(query, ctx string, fields []string) ([]string, string) { return matchPath(query) }