Skip to content

Commit 3168768

Browse files
committed
fixup! survey: add pretty printing of stats
Remove an unused variable that GCC v14 complains about. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2eead28 commit 3168768

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builtin/survey.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,6 @@ static void pretty_print_refs(int indent)
21112111
{
21122112
struct hashmap_iter iter;
21132113
struct strmap_entry *entry;
2114-
int value;
21152114

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

0 commit comments

Comments
 (0)