misc.go | 4 ---- diff --git a/misc.go b/misc.go index c276455050459e99397451b5503749173c5a372d..37283ee106a4d21b6cb7305c812ff9c6fb970682 100644 --- a/misc.go +++ b/misc.go @@ -43,10 +43,6 @@ } 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) {