diff options
Diffstat (limited to 'Include/fileobject.h')
-rw-r--r-- | Include/fileobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/fileobject.h b/Include/fileobject.h index 6e0e55e..20545fa 100644 --- a/Include/fileobject.h +++ b/Include/fileobject.h @@ -21,7 +21,6 @@ PyAPI_FUNC(char *) Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *); */ PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding; PyAPI_DATA(int) Py_HasFileSystemDefaultEncoding; -PyAPI_FUNC(int) _Py_SetFileSystemEncoding(PyObject *); /* Internal API |