Fix compiler errors for unused variables in marshal.c (GH-26977)
This commit is contained in:
parent
d3a95c1b6e
commit
66c53b48e1
@ -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…
x
Reference in New Issue
Block a user