mirror of https://github.com/python/cpython
Revert a change where an expression is not needed now, but could be in the future.
This commit is contained in:
parent
481ab89b75
commit
f4f0bf850b
|
@ -1005,6 +1005,7 @@ format_float_short(double d, char format_code,
|
|||
/* 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;
|
||||
assert(0);
|
||||
}
|
||||
goto exit;
|
||||
|
|
Loading…
Reference in New Issue