]> Sergey Matveev's repositories - btrtrc.git/blobdiff - request-strategy/torrent.go
Add and use typed roaring bitmap
[btrtrc.git] / request-strategy / torrent.go
index 2460f2e4df1296dbf02f93ef7d0a78ad0b671f63..591ac36350fd9cdfb24198271a424830de1480b1 100644 (file)
@@ -2,6 +2,5 @@ package request_strategy
 
 type Torrent interface {
        IgnorePiece(int) bool
-       ChunksPerPiece() uint32
        PieceLength() int64
 }