aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-03-09 14:36:56 -0700
committerJunio C Hamano <gitster@pobox.com>2026-03-09 14:36:56 -0700
commit676c145afdd88024057296f11fdf2c224001549e (patch)
treee2114f2bb9a38116308c5488dd2d3332bebf5fa9
parente757df82af5e9283fec2ff54d1e0eec2662c623c (diff)
parenta66c8c7f91b13ba56e734fe95ab8ad5e61ad6b45 (diff)
downloadgit-676c145afdd88024057296f11fdf2c224001549e.tar.xz
Merge branch 'jk/repo-structure-cleanup'
Code clean-up. * jk/repo-structure-cleanup: repo: remove unnecessary variable shadow
-rw-r--r--builtin/repo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/builtin/repo.c b/builtin/repo.c
index f943be7451..fae1141cff 100644
--- a/builtin/repo.c
+++ b/builtin/repo.c
@@ -445,7 +445,6 @@ static void stats_table_print_structure(const struct stats_table *table)
const char *unit = "";
if (entry) {
- struct stats_table_entry *entry = item->util;
value = entry->value;
if (entry->unit)
unit = entry->unit;