]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove now unused IntOrLongToString type
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Aug 2012 19:38:23 +0000 (21:38 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Aug 2012 19:38:23 +0000 (21:38 +0200)
Python/formatter_unicode.c

index 661bf192e9e15dd8afab4affebd0d9d257a60679..a263efc84f8baed501167d237b8eaaca1dea02da 100644 (file)
@@ -802,9 +802,6 @@ done:
 /*********** long formatting ********************************************/
 /************************************************************************/
 
-typedef PyObject*
-(*IntOrLongToString)(PyObject *value, int base);
-
 static int
 format_long_internal(PyObject *value, const InternalFormatSpec *format,
                      _PyUnicodeWriter *writer)