From 18ef85f782bcd50511101331e1bc7de8764d731f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 17 Nov 2025 00:00:00 +0000 Subject: Remove meaningless comment --- pack_midx.go | 1 - 1 file changed, 1 deletion(-) 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) } -- cgit v1.3.1-10-gc9f91