From: Victor Stinner Date: Mon, 21 Mar 2011 00:58:55 +0000 (+0100) Subject: Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h X-Git-Tag: v3.3.0a1~2825 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34ad2faf857f7f16d7b69ebc1ba0626f11a3fba3;p=thirdparty%2FPython%2Fcpython.git Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h PyErr_SetFromWindowsErrWithFilenameObject() was never implemented. --- diff --git a/Include/pyerrors.h b/Include/pyerrors.h index edc8218a53c5..8b6322b2a65d 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -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 */