diff options
Diffstat (limited to 'include/core/SkRect.h')
-rw-r--r-- | include/core/SkRect.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkRect.h b/include/core/SkRect.h index 5c806a963b..0f68825fc1 100644 --- a/include/core/SkRect.h +++ b/include/core/SkRect.h @@ -281,7 +281,6 @@ struct SK_API SkIRect { If either rectangle is empty, do nothing and return false. */ bool SK_WARN_UNUSED_RESULT intersect(const SkIRect& r) { - SkASSERT(&r); return this->intersect(r.fLeft, r.fTop, r.fRight, r.fBottom); } |