Index: src/core/SkRegion.cpp |
diff --git a/src/core/SkRegion.cpp b/src/core/SkRegion.cpp |
index 98670b6b520e003f46f46618391a90c8feb01c6e..24d7248582f681d6461976ac919d5985eda68b54 100644 |
--- a/src/core/SkRegion.cpp |
+++ b/src/core/SkRegion.cpp |
@@ -212,12 +212,6 @@ char* SkRegion::toString() { |
/////////////////////////////////////////////////////////////////////////////// |
int SkRegion::count_runtype_values(int* itop, int* ibot) const { |
- if (this == NULL) { |
- *itop = SK_MinS32; |
- *ibot = SK_MaxS32; |
- return 0; |
- } |
- |
int maxT; |
if (this->isRect()) { |