From 029a632c35861b3395c71e767d80bbf463dc1ae1 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Tue, 18 Apr 2023 16:41:00 -0400 Subject: 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 Signed-off-by: Junio C Hamano --- repository.h | 1 - 1 file changed, 1 deletion(-) (limited to 'repository.h') diff --git a/repository.h b/repository.h index 15a8afc5fb..50eb0ce391 100644 --- a/repository.h +++ b/repository.h @@ -33,7 +33,6 @@ struct repo_settings { int commit_graph_generation_version; int commit_graph_read_changed_paths; int gc_write_commit_graph; - int gc_cruft_packs; int fetch_write_commit_graph; int command_requires_full_index; int sparse_index; -- cgit v1.2.3