Skip to content

Commit 729b5a0

Browse files
czurniedensjaeckel
authored andcommitted
removed the resets to INT_MAX
1 parent 4077293 commit 729b5a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

etc/tune.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ int main(int argc, char **argv)
467467
if (test[n].fn != NULL) {
468468
s_run(test[n].name, test[n].fn, test[n].cutoff);
469469
*test[n].update = *test[n].cutoff;
470-
*test[n].cutoff = INT_MAX;
471470
}
472471
}
473472
}

0 commit comments

Comments
 (0)