commit | d7c27bef526e1b9cd3bdc34735c9d1a5b5357374 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Jan 12 16:00:55 2005 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Jan 12 16:00:55 2005 +0000 |
tree | e5a38c6d951a191bcf93f1c10358595bdc7b63af | |
parent | 8231de0513b1dfc4b37f751988b9a05ca6a34916 [diff] |
remove unused variable
diff --git a/Python/marshal.c b/Python/marshal.c index 2f0a642..d0fcac7 100644 --- a/Python/marshal.c +++ b/Python/marshal.c
@@ -261,7 +261,6 @@ w_object((PyObject *)NULL, p); } else if (PyAnySet_Check(v)) { - int pos; PyObject *value, *it; if (PyObject_TypeCheck(v, &PySet_Type))