Remove vestigial comment
This commit is contained in:
parent
39ccb14036
commit
52896818db
|
@ -7,7 +7,6 @@ import (
|
|||
// The current state of a piece.
|
||||
type PieceState struct {
|
||||
Priority piecePriority
|
||||
// The piece is available in its entirety.
|
||||
storage.Completion
|
||||
// The piece is being hashed, or is queued for hash.
|
||||
Checking bool
|
||||
|
|
Loading…
Reference in New Issue