Commit 2d6266d5 authored by Victor Stinner's avatar Victor Stinner

Remove now unused IntOrLongToString type

parent 25a02d40
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment