Commit 6f38175c authored by Brett Cannon's avatar Brett Cannon

Remove an unneeded variable increment.

Found using Clang's static analyzer.
parent 7a4cd7e1
......@@ -2478,7 +2478,6 @@ _PyFloat_Pack8(double x, unsigned char *p, int le)
/* Eighth byte */
*p = flo & 0xFF;
p += incr;
/* Done */
return 0;
......
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