]> Sergey Matveev's repositories - btrtrc.git/blobdiff - piecestate.go
Remove vestigial comment
[btrtrc.git] / piecestate.go
index 6007e338b6c41b01a58ab8cb770a6dff596c62ac..7a2e71642ed82421b31eda01c3a66491bd71371b 100644 (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