Skip to content

Commit 2eead28

Browse files
committed
fixup! survey: calculate stats on refs and print results
Remove an unused variable that GCC v14 complains about. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent dd802f5 commit 2eead28

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
@@ -1330,7 +1330,6 @@ static void json_refs_section(struct json_writer *jw_top, int pretty, int want_t
13301330
{
13311331
struct hashmap_iter iter;
13321332
struct strmap_entry *entry;
1333-
int value;
13341333

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

0 commit comments

Comments
 (0)