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:
parent
dbb27f7739
commit
27ac60b856
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user