diff options
Diffstat (limited to 'Include/rangeobject.h')
-rw-r--r-- | Include/rangeobject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/rangeobject.h b/Include/rangeobject.h index 50aa061..359bcb6 100644 --- a/Include/rangeobject.h +++ b/Include/rangeobject.h @@ -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 |