mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove now unused IntOrLongToString type
This commit is contained in:
parent
25a02d403c
commit
2d6266d5f1
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue