HomeFreeBSD

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

Description

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

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.

Reviewed by: rrs
CID: 1523812
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D48321

(cherry picked from commit 84e894ce1309b426aa5d1a20ec194401f35dc478)

Details

Provenance
tuexenAuthored on Jan 4 2025, 8:11 PM
Reviewer
rrs
Differential Revision
D48321: TCP RACK: remove variable with is only initialized and not changed
Parents
rG6ab740bc90c1: TCP BBR: remove code which is not needed
Branches
Unknown
Tags
Unknown