diff options
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r-- | Include/pyerrors.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 9418201..f289471 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -220,8 +220,6 @@ PyAPI_DATA(PyObject *) PyExc_IOError; PyAPI_DATA(PyObject *) PyExc_WindowsError; #endif -PyAPI_DATA(PyObject *) PyExc_RecursionErrorInst; - /* Predefined warning categories */ PyAPI_DATA(PyObject *) PyExc_Warning; PyAPI_DATA(PyObject *) PyExc_UserWarning; |