From 068236b6da3ad20a3fdc33b8b6368a158298d0d9 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 5 Nov 2013 00:05:44 +1100 Subject: [PATCH] Remove obsolete private type 'pieceState' --- client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.go b/client.go index b7d4e09f..1c22acc1 100644 --- a/client.go +++ b/client.go @@ -45,8 +45,6 @@ func BytesInfoHash(b []byte) (ih InfoHash) { return } -type pieceState uint8 - type piece struct { Hash pieceSum PendingChunkSpecs map[ChunkSpec]struct{}