Index: tests/PathOpsDebug.cpp |
diff --git a/tests/PathOpsDebug.cpp b/tests/PathOpsDebug.cpp |
index 2c029546e6968655fe1210dc765de6f0df78327d..49f730a30fdc53ac54f0bb0f0fe1ce416031dfb2 100755 |
--- a/tests/PathOpsDebug.cpp |
+++ b/tests/PathOpsDebug.cpp |
@@ -13,8 +13,6 @@ |
#include "SkOpSegment.h" |
#include "SkString.h" |
-extern bool FLAGS_runFail; |
- |
inline void DebugDumpDouble(double x) { |
if (x == floor(x)) { |
SkDebugf("%.0f", x); |