remove unused SendAlgorithmWithDebugInfo from congestion package

This commit is contained in:
Marten Seemann 2019-05-13 12:43:08 +02:00
parent 448c49851b
commit c869d51e52
2 changed files with 0 additions and 14 deletions

View file

@ -63,7 +63,6 @@ type cubicSender struct {
}
var _ SendAlgorithm = &cubicSender{}
var _ SendAlgorithmWithDebugInfo = &cubicSender{}
// NewCubicSender makes a new cubic sender
func NewCubicSender(clock Clock, rttStats *RTTStats, reno bool, initialCongestionWindow, initialMaxCongestionWindow protocol.ByteCount) *cubicSender {