From: Matt Joiner Date: Wed, 2 May 2018 09:23:05 +0000 (+1000) Subject: Remove vestigial comment X-Git-Tag: v1.0.0~140 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=52896818db538b670887e28cf5eaf194514a1369;p=btrtrc.git Remove vestigial comment --- diff --git a/piecestate.go b/piecestate.go index 6007e338..7a2e7164 100644 --- a/piecestate.go +++ b/piecestate.go @@ -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