2
0
mirror of synced 2025-02-23 14:18:13 +00:00

Remove more deadcode

This commit is contained in:
Matt Joiner 2016-04-04 15:23:05 +10:00
parent 1566e2afdc
commit fda1cc3f7b

View File

@ -43,10 +43,6 @@ func metadataPieceSize(totalSize int, piece int) int {
return ret
}
type superer interface {
Super() interface{}
}
// Return the request that would include the given offset into the torrent data.
func torrentOffsetRequest(torrentLength, pieceSize, chunkSize, offset int64) (
r request, ok bool) {