From 34ad2faf857f7f16d7b69ebc1ba0626f11a3fba3 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 21 Mar 2011 01:58:55 +0100 Subject: Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h PyErr_SetFromWindowsErrWithFilenameObject() was never implemented. --- Include/pyerrors.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Include/pyerrors.h b/Include/pyerrors.h index edc8218..8b6322b 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 */ -- cgit v0.12