aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkRegion.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkRegion.h')
-rw-r--r--include/core/SkRegion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkRegion.h b/include/core/SkRegion.h
index 20366bc638..eb0f1367ab 100644
--- a/include/core/SkRegion.h
+++ b/include/core/SkRegion.h
@@ -59,7 +59,6 @@ public:
* resulting region is non-empty.
*/
bool set(const SkRegion& src) {
- SkASSERT(&src);
*this = src;
return !this->isEmpty();
}