]> granicus.if.org Git - python/commitdiff
Removed some unused local variables.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 2 Jul 2011 16:21:37 +0000 (17:21 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sat, 2 Jul 2011 16:21:37 +0000 (17:21 +0100)
Python/marshal.c

index 396e05c63817aa182b2319f4c63c8e1281e97a38..76d5690438d65c858cae411d7155738667800592 100644 (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.