chunker: Further cleanup

This commit is contained in:
Alexander Neumann
2015-05-05 00:56:07 +02:00
parent ea22b2dfb1
commit f79e530e18
2 changed files with 1 additions and 4 deletions
-2
View File
@@ -18,8 +18,6 @@ import (
var benchArchiveDirectory = flag.String("test.benchdir", ".", "benchmark archiving a real directory (default: .)")
var testPol = chunker.Pol(0x3DA3358B4DC173)
const chunkerBufSize = 512 * chunker.KiB
type Rdr interface {
io.ReadSeeker
io.ReaderAt