mirror of https://github.com/python/cpython
Removed some unused local variables.
This commit is contained in:
parent
5bdae3bb7c
commit
623e8b86af
|
@ -1315,8 +1315,6 @@ marshal_load(PyObject *self, PyObject *f)
|
|||
{
|
||||
PyObject *data, *result;
|
||||
RFILE rf;
|
||||
char *p;
|
||||
int n;
|
||||
|
||||
/*
|
||||
* Make a call to the read method, but read zero bytes.
|
||||
|
|
Loading…
Reference in New Issue