mirror of
https://github.com/python/cpython.git
synced 2026-03-25 22:20:46 +00:00
Remove an unneeded variable increment.
Found using Clang's static analyzer.
This commit is contained in:
parent
7a4cd7e1e2
commit
6f38175cbc
1 changed files with 0 additions and 1 deletions
|
|
@ -2478,7 +2478,6 @@ _PyFloat_Pack8(double x, unsigned char *p, int le)
|
|||
|
||||
/* Eighth byte */
|
||||
*p = flo & 0xFF;
|
||||
p += incr;
|
||||
|
||||
/* Done */
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue