[Python-checkins] python/dist/src/Python marshal.c,1.81,1.82

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jan 12 17:01:13 CET 2005


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26603

Modified Files:
	marshal.c 
Log Message:
remove unused variable


Index: marshal.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/marshal.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- marshal.c	11 Jan 2005 03:03:27 -0000	1.81
+++ marshal.c	12 Jan 2005 16:00:55 -0000	1.82
@@ -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))



More information about the Python-checkins mailing list