commit | 623e8b86af8d8b34589478f7c85de49054e07a6d | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Jul 02 17:21:37 2011 +0100 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sat Jul 02 17:21:37 2011 +0100 |
tree | d46fbcc68031d8719edefd677367b704c0145a27 | |
parent | 5bdae3bb7c7ab9e85453698972fa5fa926f012f3 [diff] |
Removed some unused local variables.
diff --git a/Python/marshal.c b/Python/marshal.c index 396e05c..76d5690 100644 --- 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.