Index: src/core/SkPath.cpp |
diff --git a/src/core/SkPath.cpp b/src/core/SkPath.cpp |
index aa99ce4f0e1da80840eededc3cfb82bc9c97a00d..7b0bb0b85d1dde15642db0ab68d5723293fa02fc 100644 |
--- a/src/core/SkPath.cpp |
+++ b/src/core/SkPath.cpp |
@@ -1998,7 +1998,6 @@ void SkPath::dumpHex() const { |
#ifdef SK_DEBUG |
void SkPath::validate() const { |
- SkASSERT(this != NULL); |
SkASSERT((fFillType & ~3) == 0); |
#ifdef SK_DEBUG_PATH |