Fix compiler errors for unused variables in marshal.c (GH-26977)

This commit is contained in:
Pablo Galindo 2021-06-30 21:55:57 +01:00 committed by GitHub
parent d3a95c1b6e
commit 66c53b48e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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,