1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00

luajit: remove unused variable

This commit is contained in:
Babz 2023-06-22 01:27:20 +02:00
parent 5d9a08c6e9
commit 64c92da68b

View File

@ -45,8 +45,6 @@ func (m fallbackUintMapSymStr) MapUint(s scalar.Uint) (scalar.Uint, error) {
//go:embed luajit.md
var LuaJITFS embed.FS
var probeGroup decode.Group
func init() {
interp.RegisterFormat(
format.LuaJIT,