remove shadowing declartion
This commit is contained in:
parent
96f7897dd2
commit
481b85ae24
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue