mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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)
|
||||
goto code_error;
|
||||
|
||||
Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(localsplusnames);
|
||||
|
||||
struct _PyCodeConstructor con = {
|
||||
.filename = filename,
|
||||
.name = name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue