diff --git a/stutterfuzz.c b/stutterfuzz.c index cf0a74b..4966d96 100644 --- a/stutterfuzz.c +++ b/stutterfuzz.c @@ -192,7 +192,6 @@ static struct file *file_next() { if (iter->next == &file_head) { iter = iter->next->next; - rounds++; if (!(++rounds % 100)) { fprintf(stderr, "\rRounds: %ju\r", (uintmax_t) rounds); }