Skip to content

Commit c900563

Browse files
committed
remove static assert
1 parent 83fd8ab commit c900563

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Python/optimizer.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828

2929
#define MAX_EXECUTORS_SIZE 256
3030

31-
_Static_assert(FITNESS_INITIAL < UOP_MAX_TRACE_LENGTH,
32-
"FITNESS_INITIAL must be less than UOP_MAX_TRACE_LENGTH so that "
33-
"per-slot fitness charging guarantees the buffer never overflows");
34-
3531
// Trace too short, no progress:
3632
// _START_EXECUTOR
3733
// _MAKE_WARM

0 commit comments

Comments
 (0)