gh-106280: Remove unnecessary unreachable code (gh-106285)

This commit is contained in:
Dong-hee Na 2023-07-01 00:58:07 +09:00 committed by GitHub
parent a8ae73965b
commit 02ce3d56e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2845,9 +2845,6 @@ _PyUopExecute(_PyExecutorObject *executor, _PyInterpreterFrame *frame, PyObject
{
fprintf(stderr, "Unknown uop %d, operand %" PRIu64 "\n", opcode, operand);
Py_FatalError("Unknown uop");
abort(); // Unreachable
for (;;) {}
// Really unreachable
}
}