Remove more deadcode
This commit is contained in:
parent
1566e2afdc
commit
fda1cc3f7b
4
misc.go
4
misc.go
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user