Avoid a warning in bpf_module.cc
authorBrenden Blanco <bblanco@plumgrid.com>
Mon, 2 May 2016 04:26:04 +0000 (21:26 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Mon, 2 May 2016 04:26:04 +0000 (21:26 -0700)
commit929fe1431557b0bc58897334530e384c1fa8b5f3
tree499ac107aa27fbc714b80e57fe77a40660f64e1f
parent420cda24c57a8ac01db657dcb464f5f0bdcf0f33
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.
src/cc/bpf_module.cc