Avoid a warning in bpf_module.cc
The variable inside the if statement was unused, unliked the blocks above and below it. Use the isa<> check instead.
Showing
Please register or sign in to comment
The variable inside the if statement was unused, unliked the blocks above and below it. Use the isa<> check instead.