remove shadowing declartion

This commit is contained in:
Benjamin Peterson 2009-10-27 21:14:50 +00:00
parent 96f7897dd2
commit 481b85ae24

View 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 */