summaryrefslogtreecommitdiffstats
path: root/Modules/_testcapimodule.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-10-27 21:14:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-10-27 21:14:50 (GMT)
commit481b85ae248ab0eed3e8480b19c47b841485330e (patch)
treeccfb086b93f62f244b641e4be26b47b7005fe426 /Modules/_testcapimodule.c
parent96f7897dd298c8d7672d7cf8d428cbf417472d77 (diff)
downloadcpython-481b85ae248ab0eed3e8480b19c47b841485330e.zip
cpython-481b85ae248ab0eed3e8480b19c47b841485330e.tar.gz
cpython-481b85ae248ab0eed3e8480b19c47b841485330e.tar.bz2
remove shadowing declartion
Diffstat (limited to 'Modules/_testcapimodule.c')
-rw-r--r--Modules/_testcapimodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c
index 8dc09ac..7e0e95c 100644
--- a/Modules/_testcapimodule.c
+++ b/Modules/_testcapimodule.c
@@ -627,7 +627,6 @@ test_u_code(PyObject *self)
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 */