Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/mlx4/mlx4_core/mlx4_eq.c | ||
---|---|---|
613 | Hmm, if I remove this bit of commented out code then this is just 'if (0)'. Removing that bit of dead code exposes quite a bit more dead code (everything between lines 610 and 620 as well as lines 646 through 663. I can post an updated review to do that if you'd prefer. |
Comment Actions
I was just thinking about removing this line:
/* s_info = &priv->mfunc.master.vf_oper[i].vport[port].state; */
Comment Actions
Ok. That does orphan the next line below each one, but I can do just delete the lines you suggest.