From: Matt Joiner Date: Mon, 4 Apr 2016 05:23:05 +0000 (+1000) Subject: Remove more deadcode X-Git-Tag: v1.0.0~786 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=fda1cc3f7b7302c5161eb6c1e0f80ccc5bede7af;p=btrtrc.git Remove more deadcode --- diff --git a/misc.go b/misc.go index c2764550..37283ee1 100644 --- a/misc.go +++ b/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) {