remove a no-op line in the code (#17760)

This commit is contained in:
zah
2018-11-29 10:56:59 +01:00
committed by Martin Holst Swende
parent 7c657fc789
commit 55a4ff806f
-1
View File
@@ -82,7 +82,6 @@ func (peer *ClientNode) RequestProcessed(cost uint64) (bv, realCost uint64) {
time := mclock.Now()
peer.recalcBV(time)
peer.bufValue -= cost
peer.recalcBV(time)
rcValue, rcost := peer.cm.processed(peer.cmNode, time)
if rcValue < peer.params.BufLimit {
bv := peer.params.BufLimit - rcValue