diff options
author | qiankun.miao <qiankun.miao@intel.com> | 2015-02-09 07:08:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-09 07:08:05 -0800 |
commit | e3ecde1205d7698eb6266cdc4d43e4034b3f30d6 (patch) | |
tree | 8553e62e118199db78f119e59b133560fdb065cf /src | |
parent | b4c29ac173e6f8844327338687248b98bc94132d (diff) |
Remove unnecessary assignment
BUG=skia:
Review URL: https://codereview.chromium.org/892423005
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkScan_Path.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkScan_Path.cpp b/src/core/SkScan_Path.cpp index 430cd1d841..4142d1092f 100644 --- a/src/core/SkScan_Path.cpp +++ b/src/core/SkScan_Path.cpp @@ -257,8 +257,6 @@ static void walk_convex_edges(SkEdge* prevHead, SkPath::FillType, if (L < R) { count += 1; blitter->blitRect(L, local_top, R - L, count); - left += count * dLeft; - rite += count * dRite; } local_top = local_bot + 1; } else { |