mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
gh-106280: Remove unnecessary unreachable code (gh-106285)
This commit is contained in:
parent
a8ae73965b
commit
02ce3d56e6
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue