diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2021-12-10 06:58:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-10 06:58:09 +0100 |
commit | e60e348f614a7272e4a51bdee8ba20f059ca4cce (patch) | |
tree | 15e8b08e313251925d95cb327bcf98e8f245f2ee /plumbing/format/packfile/parser.go | |
parent | 32c4f532abd57797322e97d95dfa02821980e309 (diff) | |
parent | 557a1fdcaabd51899b9213175762ed9603409985 (diff) | |
download | go-git-e60e348f614a7272e4a51bdee8ba20f059ca4cce.tar.gz |
Merge pull request #418 from abhinav/unused
Remove unused vars/types/funcs/fields
Diffstat (limited to 'plumbing/format/packfile/parser.go')
-rw-r--r-- | plumbing/format/packfile/parser.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plumbing/format/packfile/parser.go b/plumbing/format/packfile/parser.go index 4b5a570..ee5c289 100644 --- a/plumbing/format/packfile/parser.go +++ b/plumbing/format/packfile/parser.go @@ -46,7 +46,6 @@ type Parser struct { oi []*objectInfo oiByHash map[plumbing.Hash]*objectInfo oiByOffset map[int64]*objectInfo - hashOffset map[plumbing.Hash]int64 checksum plumbing.Hash cache *cache.BufferLRU |