mirror of https://github.com/python/cpython
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)
|
||||
goto code_error;
|
||||
|
||||
Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(localsplusnames);
|
||||
|
||||
struct _PyCodeConstructor con = {
|
||||
.filename = filename,
|
||||
.name = name,
|
||||
|
|
Loading…
Reference in New Issue