Commit d38855c3 authored by Neil Schemenauer's avatar Neil Schemenauer

Remove a smelly export.

parent 1ab29b2d
......@@ -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;
......
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