From 52896818db538b670887e28cf5eaf194514a1369 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 2 May 2018 19:23:05 +1000 Subject: [PATCH] Remove vestigial comment --- piecestate.go | 1 - 1 file changed, 1 deletion(-) 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 -- 2.44.0