aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pack_midx.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pack_midx.go b/pack_midx.go
index ec6cb924..748bdaf6 100644
--- a/pack_midx.go
+++ b/pack_midx.go
@@ -246,7 +246,6 @@ func (midx *multiPackIndex) lookup(id Hash) (packlocation, error) {
}
}
- // Verify hash size matches repository hash size
if id.size != midx.repo.hashSize {
return packlocation{}, fmt.Errorf("furgit: hash size mismatch: got %d, expected %d", id.size, midx.repo.hashSize)
}