Remove unnecessary assignment

BUG=skia:

Review URL: https://codereview.chromium.org/892423005
This commit is contained in:
qiankun.miao 2015-02-09 07:08:05 -08:00 committed by Commit bot
parent b4c29ac173
commit e3ecde1205

View File

@ -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 {