Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h

PyErr_SetFromWindowsErrWithFilenameObject() was never implemented.
This commit is contained in:
Victor Stinner 2011-03-21 01:58:55 +01:00
parent ea9621102e
commit 34ad2faf85

View file

@ -208,8 +208,6 @@ PyAPI_FUNC(PyObject *) PyErr_Format(
);
#ifdef MS_WINDOWS
PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilenameObject(
int, const char *);
PyAPI_FUNC(PyObject *) PyErr_SetFromWindowsErrWithFilename(
int ierr,
const char *filename /* decoded from the filesystem encoding */