mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-27 13:57:46 +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
|
// ChecksumWriter is a writer that does checksum calculation on the fly passing data
|
||||||
// to real writer
|
// to real writer
|
||||||
type ChecksumWriter struct {
|
type ChecksumWriter struct {
|
||||||
w io.Writer
|
|
||||||
sum ChecksumInfo
|
sum ChecksumInfo
|
||||||
hashes []hash.Hash
|
hashes []hash.Hash
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user