From: Matt Joiner Date: Wed, 4 Nov 2020 00:34:24 +0000 (+1100) Subject: Remove old comment X-Git-Tag: v1.19.0~41 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7b2a7a667de5f80cd22d7afb9614430108bf5eba;p=btrtrc.git Remove old comment --- diff --git a/peerconn.go b/peerconn.go index 9ad056ce..d975af4f 100644 --- a/peerconn.go +++ b/peerconn.go @@ -1547,7 +1547,6 @@ func (c *PeerConn) _postCancel(r request) { } func (c *PeerConn) sendChunk(r request, msg func(pp.Message) bool) (more bool, err error) { - // Count the chunk being sent, even if it isn't. b := make([]byte, r.Length) p := c.t.info.Piece(int(r.Index)) n, err := c.t.readAt(b, p.Offset()+int64(r.Begin))