diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/unicodeobject.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h index 8184f3a..4d8e45a 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -1437,9 +1437,6 @@ PyAPI_FUNC(Py_UNICODE*) Py_UNICODE_strchr( const Py_UNICODE *s, Py_UNICODE c ); -PyObject *_PyUnicode_FormatterIterator(PyObject *str); -PyObject *_PyUnicode_FormatterFieldNameSplit(PyObject *field_name); - #ifdef __cplusplus } #endif |