[Python-checkins] r75870 - python/branches/py3k/Modules/_testcapimodule.c

benjamin.peterson python-checkins at python.org
Tue Oct 27 22:14:51 CET 2009


Author: benjamin.peterson
Date: Tue Oct 27 22:14:50 2009
New Revision: 75870

Log:
remove shadowing declartion

Modified:
   python/branches/py3k/Modules/_testcapimodule.c

Modified: python/branches/py3k/Modules/_testcapimodule.c
==============================================================================
--- python/branches/py3k/Modules/_testcapimodule.c	(original)
+++ python/branches/py3k/Modules/_testcapimodule.c	Tue Oct 27 22:14:50 2009
@@ -627,7 +627,6 @@
 	PyObject *tuple, *obj;
 	Py_UNICODE *value;
 	Py_ssize_t len;
-	int x;
 
 	/* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */
 	/* Just use the macro and check that it compiles */


More information about the Python-checkins mailing list