Skip to content

Commit c2f8e22

Browse files
remove unused comment
1 parent de8e170 commit c2f8e22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/optimizer_symbols.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ _Py_uop_sym_get_const_as_stackref(JitOptContext *ctx, JitOptSymbol *sym)
154154
if (const_val == NULL) {
155155
return PyStackRef_NULL;
156156
}
157-
// This is actually more like a borrow, but it doesn't matter here.
158-
// Eventually we discard the stackref anyways.
159157
return PyStackRef_FromPyObjectBorrow(const_val);
160158
}
161159

0 commit comments

Comments
 (0)