Merge branch 'jk/repo-structure-cleanup'

Code clean-up.

* jk/repo-structure-cleanup:
  repo: remove unnecessary variable shadow
main
Junio C Hamano 2026-03-09 14:36:56 -07:00
commit 676c145afd
1 changed files with 0 additions and 1 deletions

View File

@ -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;