From: Patrick Steinhardt <ps@pks.im>
To: Arnav Bhate <bhatearnav@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [GSoC PATCH] environment.h: remove unused variables
Date: Mon, 7 Apr 2025 10:03:22 +0200 [thread overview]
Message-ID: <Z_OGyqVHaUkFIh1T@pks.im> (raw)
In-Reply-To: <2c547567-2b72-476c-9fc5-71cac050fa15@gmail.com>
On Sat, Apr 05, 2025 at 10:15:32PM +0530, Arnav Bhate wrote:
> 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>
> ---
> environment.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/environment.h b/environment.h
> index 45e690f203..cf6fc04e70 100644
> --- a/environment.h
> +++ b/environment.h
> @@ -152,8 +152,6 @@ extern char *apply_default_ignorewhitespace;
> extern char *git_attributes_file;
> extern int zlib_compression_level;
> extern int pack_compression_level;
> -extern size_t packed_git_window_size;
> -extern size_t packed_git_limit;
> extern unsigned long big_file_threshold;
> extern unsigned long pack_size_limit_cfg;
> extern int max_allowed_tree_depth;
Good catch indeed, the patch looks obviously good to me!
Patrick
prev parent reply other threads:[~2025-04-07 8:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-05 16:45 [GSoC PATCH] environment.h: remove unused variables Arnav Bhate
2025-04-07 8:03 ` Patrick Steinhardt [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z_OGyqVHaUkFIh1T@pks.im \
--to=ps@pks.im \
--cc=bhatearnav@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.