]> git.99rst.org Git - git.git/commit
repository.h: drop unused `gc_cruft_packs`
authorTaylor Blau <redacted>
Tue, 18 Apr 2023 20:41:00 +0000 (16:41 -0400)
committerJunio C Hamano <redacted>
Tue, 18 Apr 2023 21:56:48 +0000 (14:56 -0700)
commit029a632c35861b3395c71e767d80bbf463dc1ae1
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
repo-settings.c
repository.h
git clone https://git.99rst.org/PROJECT