]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove shadowing declartion
authorBenjamin Peterson <benjamin@python.org>
Tue, 27 Oct 2009 21:14:50 +0000 (21:14 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 27 Oct 2009 21:14:50 +0000 (21:14 +0000)
Modules/_testcapimodule.c

index 8dc09ac4ea8ab46ae9ed12768d02f16946dcea86..7e0e95c0b9f806983c2f936d1a8f44243b2cc380 100644 (file)
@@ -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 */