Page MenuHomeFreeBSD

TCP RACK: remove variable with is only initialized and not changed
ClosedPublic

Authored by tuexen on Sat, Jan 4, 3:00 PM.
Tags
None
Referenced Files
F106862385: D48321.diff
Mon, Jan 6, 2:18 PM
Unknown Object (File)
Sat, Jan 4, 9:16 PM

Details

Summary

minslot is initialized to 0 and never changed. It is not clear to me under which condition minslot should be set to which value.
Therefore, remove it and the code checking that it is not zero.
No functional change intended.
CID: 1523812

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable