Remove PyRange_New().

This commit is contained in:
Raymond Hettinger 2004-12-03 11:45:13 +00:00
parent f9245578c9
commit 665174834a
3 changed files with 2 additions and 47 deletions

View file

@ -22,8 +22,6 @@ PyAPI_DATA(PyTypeObject) PyRange_Type;
#define PyRange_Check(op) ((op)->ob_type == &PyRange_Type)
PyAPI_FUNC(PyObject *) PyRange_New(long, long, long, int);
#ifdef __cplusplus
}
#endif