diff options
author | Raymond Hettinger <python@rcn.com> | 2008-06-24 22:28:56 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2008-06-24 22:28:56 (GMT) |
commit | 5c960b8c6430684fd78290d087ce9aa1791672a4 (patch) | |
tree | ac556778f1975d09f5ed6c24487f19713e97ce73 /Include | |
parent | 11c1a3326f41e1eb2a1865a554bbd9b12819fddd (diff) | |
download | cpython-5c960b8c6430684fd78290d087ce9aa1791672a4.zip cpython-5c960b8c6430684fd78290d087ce9aa1791672a4.tar.gz cpython-5c960b8c6430684fd78290d087ce9aa1791672a4.tar.bz2 |
Revert 64451.
Diffstat (limited to 'Include')
-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 |