From: Vinay Sajip Date: Sat, 2 Jul 2011 16:21:37 +0000 (+0100) Subject: Removed some unused local variables. X-Git-Tag: v3.2.1rc2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=623e8b86af8d8b34589478f7c85de49054e07a6d;p=thirdparty%2FPython%2Fcpython.git Removed some unused local variables. --- diff --git a/Python/marshal.c b/Python/marshal.c index 396e05c63817..76d5690438d6 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -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.