[Python-checkins] cpython (3.2): Removed some unused local variables.

vinay.sajip python-checkins at python.org
Sat Jul 2 18:23:05 CEST 2011


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


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /