mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Remove an unnecessary variable assignment.
Found using Clang's static analyzer.
This commit is contained in:
parent
fa84d923ec
commit
1771ecf879
1 changed files with 0 additions and 1 deletions
|
@ -1005,7 +1005,6 @@ 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…
Add table
Add a link
Reference in a new issue