diff options
author | Arnav Bhate <bhatearnav@gmail.com> | 2025-04-05 22:15:32 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-04-09 09:24:46 -0700 |
commit | 27b7264206613a0fb36b4df21d24939b2a589095 (patch) | |
tree | 3babcfca8918411de9a041f62b46f13a33dbdb82 /builtin/commit.c | |
parent | f93ff170b93a1782659637824b25923245ac9dd1 (diff) |
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>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions