Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 623e8b8

Browse files
committed
Removed some unused local variables.
1 parent 5bdae3b commit 623e8b8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Python/marshal.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1315,8 +1315,6 @@ marshal_load(PyObject *self, PyObject *f)
13151315
{
13161316
PyObject *data, *result;
13171317
RFILE rf;
1318-
char *p;
1319-
int n;
13201318

13211319
/*
13221320
* Make a call to the read method, but read zero bytes.

0 commit comments

Comments
 (0)