Skip to content

Commit 39d2ba4

Browse files
committed
fix warnings
1 parent 553aa7c commit 39d2ba4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/cpuinfo.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ static inline void
324324
cpuid_features_finalize(py_cpuid_features *flags)
325325
{
326326
assert(flags->ready == 0);
327-
assert(flags->maxleaf >= 0);
328327

329328
// Here, any flag that may depend on others should be correctly set
330329
// at runtime to avoid illegal instruction errors.

0 commit comments

Comments
 (0)