]> git.ipfire.org Git - thirdparty/git.git/commit
environment.h: remove unused variables
authorArnav Bhate <bhatearnav@gmail.com>
Sat, 5 Apr 2025 16:45:32 +0000 (22:15 +0530)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Apr 2025 16:24:46 +0000 (09:24 -0700)
commit27b7264206613a0fb36b4df21d24939b2a589095
tree3babcfca8918411de9a041f62b46f13a33dbdb82
parentf93ff170b93a1782659637824b25923245ac9dd1
environment.h: remove unused variables

packed_git_window_size and packed_git_limit are not used anywhere in
the codebase. A search found that all references were removed in
d284713bae (config: make `packed_git_(limit|window_size)` non-global
variables, 2024-12-03), except the ones in this file, as they were moved
to struct repo_settings.

Remove packed_git_window_size and packed_git_limit from environment.h.

Signed-off-by: Arnav Bhate <bhatearnav@gmail.com>
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
environment.h