mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Drop confusing commented out code in pystrtod.c (GH-6072)
This commit is contained in:
parent
e2732d3e66
commit
9fb8415759
1 changed files with 0 additions and 2 deletions
|
@ -1060,8 +1060,6 @@ format_float_short(double d, char format_code,
|
|||
else {
|
||||
/* shouldn't get here: Gay's code should always return
|
||||
something starting with a digit, an 'I', or 'N' */
|
||||
/* strncpy(p, "ERR", 3);
|
||||
p += 3; */
|
||||
Py_UNREACHABLE();
|
||||
}
|
||||
goto exit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue