From: Matt Joiner Date: Sun, 7 Feb 2016 16:01:54 +0000 (+1100) Subject: Remove unreachable code X-Git-Tag: v1.0.0~903 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dab95b5431e8981f7eb420fbc54f10fc33ce21ec;p=btrtrc.git Remove unreachable code --- diff --git a/torrent.go b/torrent.go index 5f7807c8..7671da4f 100644 --- a/torrent.go +++ b/torrent.go @@ -1005,7 +1005,6 @@ func (t *torrent) connRequestPiecePendingChunks(c *connection, piece int) (more req := request{pp.Integer(piece), t.chunkIndexSpec(chunkIndices[i], piece)} return c.Request(req) }) - return true } func (t *torrent) pendRequest(req request) {