http://hg.python.org/cpython/rev/14efcccc70e6 changeset: 71134:14efcccc70e6 branch: 3.2 parent: 71131:edba722f3b02 user: Vinay Sajip <vinay_sajip at yahoo.co.uk> date: Sat Jul 02 17:21:37 2011 +0100 summary: Removed some unused local variables. files: Python/marshal.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/Python/marshal.c b/Python/marshal.c --- a/Python/marshal.c +++ b/Python/marshal.c @@ -1315,8 +1315,6 @@ { PyObject *data, *result; RFILE rf; - char *p; - int n; /* * Make a call to the read method, but read zero bytes. -- Repository URL: http://hg.python.org/cpython