remove shadowing declartion

This commit is contained in:
Benjamin Peterson 2009-10-27 21:14:50 +00:00
parent 96f7897dd2
commit 481b85ae24
1 changed files with 0 additions and 1 deletions

View File

@ -627,7 +627,6 @@ test_u_code(PyObject *self)
PyObject *tuple, *obj; PyObject *tuple, *obj;
Py_UNICODE *value; Py_UNICODE *value;
Py_ssize_t len; Py_ssize_t len;
int x;
/* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */ /* issue4122: Undefined reference to _Py_ascii_whitespace on Windows */
/* Just use the macro and check that it compiles */ /* Just use the macro and check that it compiles */