From 481b85ae248ab0eed3e8480b19c47b841485330e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 27 Oct 2009 21:14:50 +0000 Subject: [PATCH] remove shadowing declartion --- Modules/_testcapimodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/_testcapimodule.c b/Modules/_testcapimodule.c index 8dc09ac4ea8..7e0e95c0b9f 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 */