Skip to content

Commit 676c145

Browse files
committed
Merge branch 'jk/repo-structure-cleanup'
Code clean-up. * jk/repo-structure-cleanup: repo: remove unnecessary variable shadow
2 parents e757df8 + a66c8c7 commit 676c145

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/repo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ static void stats_table_print_structure(const struct stats_table *table)
445445
const char *unit = "";
446446

447447
if (entry) {
448-
struct stats_table_entry *entry = item->util;
449448
value = entry->value;
450449
if (entry->unit)
451450
unit = entry->unit;

0 commit comments

Comments
 (0)