Skip to content

Commit

Permalink
luajit: remove unecessary dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dlatchx committed Jun 21, 2023
1 parent 93c9696 commit c3a123a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions format/luajit/luajit.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ func init() {
Description: "LuaJIT 2.0 bytecode",
Groups: []*decode.Group{format.Probe},
DecodeFn: LuaJITDecode,
Dependencies: []decode.Dependency{
{Groups: []*decode.Group{format.Probe}, Out: &probeGroup},
},
})
interp.RegisterFS(LuaJITFS)
}
Expand Down

0 comments on commit c3a123a

Please sign in to comment.