Remove unused assignment in SkScan::AntiFillXRect.
Found by static analysis. Change-Id: I566da96938a735d29acc854cd700fcb944bc09fc Reviewed-on: https://skia-review.googlesource.com/8026 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Mike Klein <mtklein@chromium.org>
This commit is contained in:
parent
5c160dd722
commit
20fbada09b
@ -747,8 +747,6 @@ void SkScan::AntiFillXRect(const SkXRect& xr, const SkRasterClip& clip,
|
||||
AntiFillXRect(xr, nullptr, blitter);
|
||||
} else {
|
||||
SkAAClipBlitterWrapper wrapper(clip, blitter);
|
||||
blitter = wrapper.getBlitter();
|
||||
|
||||
AntiFillXRect(xr, &wrapper.getRgn(), wrapper.getBlitter());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user