Skip to content

Commit 0ffcd9f

Browse files
committed
Remove unnecessary check
1 parent 0b5bce8 commit 0ffcd9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/sysmodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2645,9 +2645,7 @@ static PyMethodDef sys_methods[] = {
26452645
#endif
26462646
SYS__GET_CPU_COUNT_CONFIG_METHODDEF
26472647
SYS__IS_GIL_ENABLED_METHODDEF
2648-
#if defined(_Py_TIER2) && (_Py_TIER2 % 2 != 0)
26492648
SYS__JIT_ENABLED_METHODDEF
2650-
#endif
26512649
{NULL, NULL} // sentinel
26522650
};
26532651

0 commit comments

Comments
 (0)