Remove useless argument of _PyUnicode_AsDefaultEncodedString()

This commit is contained in:
Victor Stinner 2011-03-02 01:03:11 +00:00
parent 6f58b6b504
commit f3fd733f92
8 changed files with 9 additions and 13 deletions

View file

@ -668,8 +668,7 @@ PyAPI_FUNC(int) PyUnicode_ClearFreeList(void);
#ifndef Py_LIMITED_API
PyAPI_FUNC(PyObject *) _PyUnicode_AsDefaultEncodedString(
PyObject *unicode,
const char *errors);
PyObject *unicode);
#endif
/* Returns a pointer to the default encoding (UTF-8) of the