Commit 6e69baa6 authored by Stefan Behnel's avatar Stefan Behnel

cleanup

parent bbe1634e
......@@ -4526,7 +4526,7 @@ static int __Pyx_SplitKeywords(
Py_ssize_t num_posargs,
char* func_name)
{
PyObject *s = 0, *x = 0, *kwds1 = 0;
PyObject *x = 0, *kwds1 = 0;
int i;
PyObject ***p;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment