mirror of https://github.com/python/cpython
Remove now unused IntOrLongToString type
This commit is contained in:
parent
25a02d403c
commit
2d6266d5f1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue