diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-03-09 14:36:56 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-09 14:36:56 -0700 |
| commit | 676c145afdd88024057296f11fdf2c224001549e (patch) | |
| tree | e2114f2bb9a38116308c5488dd2d3332bebf5fa9 | |
| parent | e757df82af5e9283fec2ff54d1e0eec2662c623c (diff) | |
| parent | a66c8c7f91b13ba56e734fe95ab8ad5e61ad6b45 (diff) | |
| download | git-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.c | 1 |
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; |
