Commit 623e8b86 authored by Vinay Sajip's avatar Vinay Sajip

Removed some unused local variables.

parent 5bdae3bb
...@@ -1315,8 +1315,6 @@ marshal_load(PyObject *self, PyObject *f) ...@@ -1315,8 +1315,6 @@ marshal_load(PyObject *self, PyObject *f)
{ {
PyObject *data, *result; PyObject *data, *result;
RFILE rf; RFILE rf;
char *p;
int n;
/* /*
* Make a call to the read method, but read zero bytes. * Make a call to the read method, but read zero bytes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment