Remove vestigial comment

This commit is contained in:
Matt Joiner 2018-05-02 19:23:05 +10:00
parent 39ccb14036
commit 52896818db
1 changed files with 0 additions and 1 deletions

View File

@ -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