Skip to content

Commit bb00f5a

Browse files
committed
Fix unused variable warning
1 parent e5a7ae9 commit bb00f5a

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

Python/bytecodes.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,9 +2224,7 @@ dummy_func(
22242224
}
22252225

22262226
op(_LOAD_ATTR_WITH_HINT, (hint/1, owner, dict: PyDictObject * -- attr, null if (oparg & 1))) {
2227-
PyObject *owner_o = PyStackRef_AsPyObjectBorrow(owner);
22282227
PyObject *attr_o;
2229-
22302228
if (!LOCK_OBJECT(dict)) {
22312229
DEAD(dict);
22322230
POP_DEAD_INPUTS();

Python/executor_cases.c.h

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Python/generated_cases.c.h

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)