commit | 2089b3cbdbfc582c26f3647f9e94d00834c02a0c | [log] [tgz] |
---|---|---|
author | John Stiles <johnstiles@google.com> | Mon Aug 23 13:58:23 2021 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Aug 23 19:31:30 2021 +0000 |
tree | a1ee9ffb7e8cb1cf5eb9d987f9289c7168b44ea1 | |
parent | 3f37322d71b4c4772719045c29fb023bd5ca4e62 [diff] |
Remove redundant check from constant-value detection code. The last if check in this loop was unnecessary. It was an exact duplicate of the first check at the top of the loop. Change-Id: I08adc4f6df8577d168ae965220c0d9ddceb91121 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/441240 Auto-Submit: John Stiles <johnstiles@google.com> Commit-Queue: Ethan Nicholas <ethannicholas@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com>