Index: tests/PathOpsThreadedCommon.cpp |
diff --git a/tests/PathOpsThreadedCommon.cpp b/tests/PathOpsThreadedCommon.cpp |
index a66ec710c7440c043481d6b0be3c2f6468d7efae..ac4cd6ba62614f7623f0abc6e971c13dd34a0b00 100644 |
--- a/tests/PathOpsThreadedCommon.cpp |
+++ b/tests/PathOpsThreadedCommon.cpp |
@@ -20,8 +20,4 @@ void PathOpsThreadedTestRunner::render() { |
for (int index = 0; index < fRunnables.count(); ++ index) { |
pool.add(fRunnables[index]); |
} |
-#ifdef SK_DEBUG |
- SkPathOpsDebug::gMaxWindSum = SK_MaxS32; |
- SkPathOpsDebug::gMaxWindValue = SK_MaxS32; |
-#endif |
} |