Remove a smelly export.
This commit is contained in:
parent
1ab29b2d3c
commit
d38855c35a
|
@ -748,7 +748,7 @@ try_3way_to_rich_compare(PyObject *v, PyObject *w, int op)
|
|||
return result;
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
do_richcmp(PyObject *v, PyObject *w, int op)
|
||||
{
|
||||
PyObject *res;
|
||||
|
|
Loading…
Reference in New Issue