diff options
Diffstat (limited to 'Include/floatobject.h')
-rw-r--r-- | Include/floatobject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Include/floatobject.h b/Include/floatobject.h index ac510dc..650d544 100644 --- a/Include/floatobject.h +++ b/Include/floatobject.h @@ -111,8 +111,6 @@ PyAPI_FUNC(PyObject *) _PyFloat_FormatAdvanced(PyObject *obj, Py_UNICODE *format_spec, Py_ssize_t format_spec_len); -PyAPI_FUNC(PyObject *) _float_to_base(PyObject *v, int base); - #ifdef __cplusplus } #endif |