Skip to content

Commit

Permalink
Bench: 25023530
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Dec 16, 2024
1 parent 0220c30 commit 4bd4abf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ static void *IterativeDeepening(void *voidThread) {

// If an iteration finishes after optimal time usage, stop the search
if ( Limits.timelimit
&& !thread->uncertain
&& TimeSince(Limits.start) > Limits.optimalUsage)
break;

Expand Down

0 comments on commit 4bd4abf

Please sign in to comment.