mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Fix compiler errors for unused variables in marshal.c (GH-26977)
This commit is contained in:
parent
d3a95c1b6e
commit
66c53b48e1
1 changed files with 0 additions and 2 deletions
|
@ -1371,8 +1371,6 @@ r_object(RFILE *p)
|
||||||
if (exceptiontable == NULL)
|
if (exceptiontable == NULL)
|
||||||
goto code_error;
|
goto code_error;
|
||||||
|
|
||||||
Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(localsplusnames);
|
|
||||||
|
|
||||||
struct _PyCodeConstructor con = {
|
struct _PyCodeConstructor con = {
|
||||||
.filename = filename,
|
.filename = filename,
|
||||||
.name = name,
|
.name = name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue