Skip to content

Commit 47785d8

Browse files
committed
Drop now-unused variable.
1 parent 127ccd8 commit 47785d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/specialize.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,6 @@ _Py_Specialize_CompareOp(_PyStackRef lhs_st, _PyStackRef rhs_st, _Py_CODEUNIT *i
24212421
assert(_PyOpcode_Caches[COMPARE_OP] == INLINE_CACHE_ENTRIES_COMPARE_OP);
24222422
// All of these specializations compute boolean values, so they're all valid
24232423
// regardless of the fifth-lowest oparg bit.
2424-
_PyCompareOpCache *cache = (_PyCompareOpCache *)(instr + 1);
24252424
if (Py_TYPE(lhs) != Py_TYPE(rhs)) {
24262425
SPECIALIZATION_FAIL(COMPARE_OP, compare_op_fail_kind(lhs, rhs));
24272426
goto failure;

0 commit comments

Comments
 (0)