Skip to content

Commit

Permalink
luajit: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dlatchx committed Jun 21, 2023
1 parent 5d9a08c commit 64c92da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions format/luajit/luajit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 64c92da

Please sign in to comment.