mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-27 18:11:59 -05:00
Merge branch 'jk/repo-structure-cleanup'
Code clean-up. * jk/repo-structure-cleanup: repo: remove unnecessary variable shadow
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user