aboutsummaryrefslogtreecommitdiff
path: root/pack_idx.go
diff options
context:
space:
mode:
Diffstat (limited to 'pack_idx.go')
-rw-r--r--pack_idx.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pack_idx.go b/pack_idx.go
index 3cb89701..a9cb9056 100644
--- a/pack_idx.go
+++ b/pack_idx.go
@@ -261,7 +261,6 @@ func (pi *packIndex) lookup(id Hash) (packlocation, error) {
if err != nil {
return packlocation{}, err
}
- // Verify hash size matches repository hash size
if id.size != pi.repo.hashSize {
return packlocation{}, fmt.Errorf("furgit: hash size mismatch: got %d, expected %d", id.size, pi.repo.hashSize)
}