diff --git a/Include/bytesobject.h b/Include/bytesobject.h index 1c73fdeb80561ae54ca52989716336c94a5af877..529b028c82472430629d3a641a7c9a514c160cc7 100644 --- a/Include/bytesobject.h +++ b/Include/bytesobject.h @@ -58,7 +58,6 @@ PyAPI_FUNC(PyObject *) PyBytes_Repr(PyObject *, int); PyAPI_FUNC(void) PyBytes_Concat(PyObject **, PyObject *); PyAPI_FUNC(void) PyBytes_ConcatAndDel(PyObject **, PyObject *); PyAPI_FUNC(int) _PyBytes_Resize(PyObject **, Py_ssize_t); -PyAPI_FUNC(PyObject *) PyBytes_Format(PyObject *, PyObject *); PyAPI_FUNC(PyObject *) _PyBytes_FormatLong(PyObject*, int, int, int, char**, int*); PyAPI_FUNC(PyObject *) PyBytes_DecodeEscape(const char *, Py_ssize_t,