Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Eclips4 committed Nov 6, 2024
1 parent 9c72433 commit ec0fa16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Python/specialize.c
Original file line number Diff line number Diff line change
Expand Up @@ -2784,7 +2784,6 @@ _Py_Specialize_ContainsOp(_PyStackRef value_st, _Py_CODEUNIT *instr)

assert(ENABLE_SPECIALIZATION_FT);
assert(_PyOpcode_Caches[CONTAINS_OP] == INLINE_CACHE_ENTRIES_COMPARE_OP);
uint8_t specialized_op;
if (PyDict_CheckExact(value)) {
specialize(instr, CONTAINS_OP_DICT);
return;
Expand Down

0 comments on commit ec0fa16

Please sign in to comment.