Skip to content

Commit cd6a86a

Browse files
fix warnings
1 parent 0e02887 commit cd6a86a

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

Modules/_testinternalcapi/test_cases.c.h

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

Python/bytecodes.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4556,8 +4556,6 @@ dummy_func(
45564556
}
45574557

45584558
op(_CALL_BUILTIN_CLASS, (callable, self_or_null, args[oparg] -- res)) {
4559-
PyObject *callable_o = PyStackRef_AsPyObjectBorrow(callable);
4560-
PyTypeObject *tp = (PyTypeObject *)callable_o;
45614559
int total_args = oparg;
45624560
_PyStackRef *arguments = args;
45634561
if (!PyStackRef_IsNull(self_or_null)) {

Python/executor_cases.c.h

Lines changed: 0 additions & 2 deletions
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 & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)