Remove a stray DISPATCH() (GH-97004)

This commit is contained in:
Brandt Bucher 2022-09-22 09:18:37 -07:00 committed by GitHub
parent 6d9905fd71
commit fb87aaafba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3582,7 +3582,6 @@ handle_eval_breaker:
DISPATCH();
}
DISPATCH();
TARGET(STORE_ATTR_ADAPTIVE) {
assert(cframe.use_tracing == 0);
_PyAttrCache *cache = (_PyAttrCache *)next_instr;