diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-11-19 12:18:45 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-11-19 12:18:45 (GMT) |
commit | a7261921811d6fc47ddfc9fe548c10a9f9f61b73 (patch) | |
tree | 003a8252c1a160536a39342f99ca2164d3702520 /Include/unicodeobject.h | |
parent | f91929b1d855d491cf5d4aba88c9a8757b401411 (diff) | |
download | cpython-a7261921811d6fc47ddfc9fe548c10a9f9f61b73.zip cpython-a7261921811d6fc47ddfc9fe548c10a9f9f61b73.tar.gz cpython-a7261921811d6fc47ddfc9fe548c10a9f9f61b73.tar.bz2 |
oops, remove _PyObject_ReprWriter() definition (unwanted change)
Diffstat (limited to 'Include/unicodeobject.h')
-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 b4891e4..b6d331b 100644 --- a/Include/unicodeobject.h +++ b/Include/unicodeobject.h @@ -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 |