diff options
author | Christian Heimes <christian@cheimes.de> | 2013-12-21 16:19:10 +0100 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-12-21 16:19:10 +0100 |
commit | af01f668173d4061893148b54a0f01b91c7716c2 (patch) | |
tree | 0931bce7ed986e784415b587ae4b4823e7a6c753 /Include/pyerrors.h | |
parent | 5255b86fba38a5e22a0991772a3c1bbf3edd66cc (diff) | |
download | cpython-git-af01f668173d4061893148b54a0f01b91c7716c2.tar.gz |
Issue #16136: Remove VMS support and VMS-related code
Diffstat (limited to 'Include/pyerrors.h')
-rw-r--r-- | Include/pyerrors.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 6a8e0e810e..ebc027fea3 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -199,9 +199,6 @@ PyAPI_DATA(PyObject *) PyExc_IOError; #ifdef MS_WINDOWS PyAPI_DATA(PyObject *) PyExc_WindowsError; #endif -#ifdef __VMS -PyAPI_DATA(PyObject *) PyExc_VMSError; -#endif PyAPI_DATA(PyObject *) PyExc_RecursionErrorInst; |