Commit 9fb84157 authored by Siddhesh Poyarekar's avatar Siddhesh Poyarekar Committed by Xiang Zhang

Drop confusing commented out code in pystrtod.c (GH-6072)

parent e2732d3e
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment