Delete dead ceval code. (gh-106486)

This commit is contained in:
Benjamin Peterson 2023-07-07 13:16:19 -05:00 committed by GitHub
parent b3648f036e
commit a8554588ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -763,11 +763,6 @@ resume_frame:
DISPATCH();
if (_Py_HandlePending(tstate) != 0) {
goto error;
}
DISPATCH();
{
/* Start instructions */
#if !USE_COMPUTED_GOTOS