commit | 53ff19c85290ac1e2a51fba844188051b0608af0 | [log] [tgz] |
---|---|---|
author | Leon Scroggins III <scroggo@google.com> | Thu Aug 13 09:52:34 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Aug 13 14:55:01 2020 +0000 |
tree | 28b9a6d0840e2850b45ba4810f0c14a941b2fd28 | |
parent | 776c2841f8f8230e95049b8b33f0efb9229cda04 [diff] |
Remove unnecessary pointer increment These variables are about to go out of scope anyway, and will be re-declared with the proper value on the next iteration of the loop. Change-Id: I2d3cfa1c888057b98125c83854f6af817225d0b3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/309958 Commit-Queue: Leon Scroggins <scroggo@google.com> Commit-Queue: Mike Klein <mtklein@google.com> Auto-Submit: Leon Scroggins <scroggo@google.com> Reviewed-by: Mike Klein <mtklein@google.com>