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;