mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
Remove unused field.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user