oops, remove _PyObject_ReprWriter() definition (unwanted change)

This commit is contained in:
Victor Stinner 2013-11-19 13:18:45 +01:00
parent f91929b1d8
commit a726192181
1 changed files with 0 additions and 3 deletions

View File

@ -987,9 +987,6 @@ _PyUnicodeWriter_Finish(_PyUnicodeWriter *writer);
/* Deallocate memory of a writer (clear its internal buffer). */
PyAPI_FUNC(void)
_PyUnicodeWriter_Dealloc(_PyUnicodeWriter *writer);
PyAPI_FUNC(int) _PyObject_ReprWriter(_PyUnicodeWriter *writer,
PyObject *v);
#endif
#ifndef Py_LIMITED_API