commit | 67ac0667f0b74cc98f5cc4d23b39e9574154ec01 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Jan 30 11:46:00 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Jan 30 11:46:00 2008 +0000 |
tree | fc2abe3097338e2cd07b49001f7fc4ec4b43d84c | |
parent | 4d4f27094162642bac7e953260ad5b366849bec1 [diff] |
Removed unused var
diff --git a/Python/marshal.c b/Python/marshal.c index facfa1c..08e2818 100644 --- a/Python/marshal.c +++ b/Python/marshal.c
@@ -508,7 +508,7 @@ { /* NULL is a valid return value, it does not necessarily means that an exception is set. */ - PyObject *v, *v2, *v3; + PyObject *v, *v2; long i, n; int type = r_byte(p); PyObject *retval;