8000 Fix compiler errors for unused variables in marshal.c (GH-26977) · python/cpython@66c53b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66c53b4

Browse files
authored
Fix compiler errors for unused variables in marshal.c (GH-26977)
1 parent d3a95c1 commit 66c53b4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Python/marshal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,8 +1371,6 @@ r_object(RFILE *p)
13711371
if (exceptiontable == NULL)
13721372
goto code_error;
13731373

1374-
Py_ssize_t nlocalsplus = PyTuple_GET_SIZE(localsplusnames);
1375-
13761374
struct _PyCodeConstructor con = {
13771375
.filename = filename,
13781376
.name = name,

0 commit comments

Comments
 (0)
0