Remove obsolete private type 'pieceState'

This commit is contained in:
Matt Joiner 2013-11-05 00:05:44 +11:00
parent b499ab3619
commit 068236b6da
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ func BytesInfoHash(b []byte) (ih InfoHash) {
return
}
type pieceState uint8
type piece struct {
Hash pieceSum
PendingChunkSpecs map[ChunkSpec]struct{}