repository.h: drop unused `gc_cruft_packs`
commit029a632c35861b3395c71e767d80bbf463dc1ae1
authorTaylor Blau <me@ttaylorr.com>
Tue, 18 Apr 2023 20:41:00 +0000 (18 16:41 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Apr 2023 21:56:48 +0000 (18 14:56 -0700)
tree40a2f42d20ca59b8ed3ecb0406126ef6586d901c
parente3e24de1bf1fd443978015fe06bb523dc85a3086
repository.h: drop unused `gc_cruft_packs`

As of the previous commit, all callers that need to read the value of
`gc.cruftPacks` do so outside without using the `repo_settings` struct,
making its `gc_cruft_packs` unused. Drop it accordingly.

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