2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-02 11:43:23 +00:00

fix: remove unused var

This commit is contained in:
TorchedSammy 2022-04-22 21:26:48 -04:00
parent dbb27f7739
commit 27ac60b856
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

@ -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)
}