Skip to content

Commit

Permalink
fixup! survey: add pretty printing of stats
Browse files Browse the repository at this point in the history
Remove an unused variable that GCC v14 complains about.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jul 1, 2024
1 parent 2eead28 commit 3168768
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin/survey.c
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,6 @@ static void pretty_print_refs(int indent)
{
struct hashmap_iter iter;
struct strmap_entry *entry;
int value;

strintmap_for_each_entry(&prs->refsmap, &iter, entry) {
const char *key = entry->key;
Expand Down

0 comments on commit 3168768

Please sign in to comment.