Remove now unused IntOrLongToString type
diff --git a/Python/formatter_unicode.c b/Python/formatter_unicode.c
index 661bf19..a263efc 100644
--- a/Python/formatter_unicode.c
+++ b/Python/formatter_unicode.c
@@ -802,9 +802,6 @@
 /*********** long formatting ********************************************/
 /************************************************************************/
 
-typedef PyObject*
-(*IntOrLongToString)(PyObject *value, int base);
-
 static int
 format_long_internal(PyObject *value, const InternalFormatSpec *format,
                      _PyUnicodeWriter *writer)