]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove unreachable code
authorMatt Joiner <anacrolix@gmail.com>
Sun, 7 Feb 2016 16:01:54 +0000 (03:01 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 7 Feb 2016 16:01:54 +0000 (03:01 +1100)
torrent.go

index 5f7807c8c3f4d6226f11b53a3d871c06f2f41085..7671da4fbe7a66b00a542f6a174073c11c61a218 100644 (file)
@@ -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) {