Kaydet (Commit) 1771ecf8 authored tarafından Brett Cannon's avatar Brett Cannon

Remove an unnecessary variable assignment.

Found using Clang's static analyzer.
üst fa84d923
......@@ -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;
......
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