From dab95b5431e8981f7eb420fbc54f10fc33ce21ec Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Mon, 8 Feb 2016 03:01:54 +1100 Subject: [PATCH] Remove unreachable code --- torrent.go | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.48.1