Removed some unused local variables.

This commit is contained in:
Vinay Sajip 2011-07-02 17:21:37 +01:00
parent 5bdae3bb7c
commit 623e8b86af
1 changed files with 0 additions and 2 deletions

View File

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