2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 09:00:50 +00:00

chunker: Remove unused constant

This commit is contained in:
Alexander Neumann 2015-05-05 00:06:44 +02:00
parent 64a290c8db
commit 589dbaaed2

View File

@ -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.