diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkBlitter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkBlitter.cpp b/src/core/SkBlitter.cpp index ec1606687c..df25b7c557 100644 --- a/src/core/SkBlitter.cpp +++ b/src/core/SkBlitter.cpp @@ -247,8 +247,6 @@ static int compute_anti_width(const int16_t runs[]) { } width += count; runs += count; - - SkASSERT(width < 20000); } return width; } |