From 589dbaaed25027804c3169e5019a63e903a2314c Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 5 May 2015 00:06:44 +0200 Subject: [PATCH] chunker: Remove unused constant --- chunker/chunker.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/chunker/chunker.go b/chunker/chunker.go index 33f5b1504..11d85b811 100644 --- a/chunker/chunker.go +++ b/chunker/chunker.go @@ -17,9 +17,6 @@ const ( // aim to create chunks of 20 bits or about 1MiB on average. averageBits = 20 - // default buffer size - bufSize = 512 * KiB - // MinSize is the minimal size of a chunk. MinSize = 512 * KiB // MaxSize is the maximal size of a chunk.