Remove unused field.

This commit is contained in:
Andrey Smirnov
2014-07-24 01:15:01 +04:00
parent 52bb33dc69
commit 521c52f600

View File

@@ -39,7 +39,6 @@ func ChecksumsForFile(path string) (ChecksumInfo, error) {
// ChecksumWriter is a writer that does checksum calculation on the fly passing data
// to real writer
type ChecksumWriter struct {
w io.Writer
sum ChecksumInfo
hashes []hash.Hash
}