Remove a smelly export.

This commit is contained in:
Neil Schemenauer 2001-01-21 16:25:18 +00:00
parent 1ab29b2d3c
commit d38855c35a
1 changed files with 1 additions and 1 deletions

View File

@ -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;