Index: src/core/SkPath.cpp |
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp |
index aa99ce4f0e1da80840eededc3cfb82bc9c97a00d..812b49bf3b7bb146d0f7eb884952b41661118212 100644 |
--- a/src/core/SkPath.cpp |
+++ b/src/core/SkPath.cpp |
@@ -179,8 +179,6 @@ bool operator==(const SkPath& a, const SkPath& b) { |
} |
void SkPath::swap(SkPath& that) { |
- SkASSERT(&that != NULL); |
- |
if (this != &that) { |
fPathRef.swap(&that.fPathRef); |
SkTSwap<int>(fLastMoveToIndex, that.fLastMoveToIndex); |