Skip to content

Commit 44e9cf7

Browse files
committed
remove LOAD_GLOBAL
1 parent 5e6670e commit 44e9cf7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Python/optimizer.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -737,11 +737,6 @@ translate_bytecode_to_trace(
737737
ADD_TO_TRACE(_TIER2_RESUME_CHECK, 0, 0, target);
738738
break;
739739

740-
case LOAD_GLOBAL:
741-
_Py_BloomFilter_Add(dependencies, frame->f_globals);
742-
_Py_BloomFilter_Add(dependencies, frame->f_builtins);
743-
_Py_FALLTHROUGH;
744-
745740
default:
746741
{
747742
const struct opcode_macro_expansion *expansion = &_PyOpcode_macro_expansion[opcode];

0 commit comments

Comments
 (0)