]> git.ipfire.org Git - thirdparty/git.git/commit
repack-geometry: drop unused redundant-pack removal
authorTaylor Blau <me@ttaylorr.com>
Fri, 26 Jun 2026 19:02:30 +0000 (15:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 21:54:55 +0000 (14:54 -0700)
commit9dc0bf0e006ef8cf6f49ffafe40295e9803018db
treed45f1e1ba3bda66188c79f4748bb101997f70f6b
parent4adadb015781bdfec02120f9b1fa5a606d8c7cfd
repack-geometry: drop unused redundant-pack removal

The previous commit stopped using pack_geometry_remove_redundant() when
deleting packs after a geometric repack. The existing_packs machinery now
handles the same removal after geometric packs are marked for deletion.

Remove the unused geometry-specific helper and its declaration.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
repack-geometry.c
repack.h