Index: tests/skia_test.cpp |
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp |
index 3379e3971df1550153bb981ecd007edb7cda6afb..2c1822d38b8c7695100bca724917f23bc4df6cf4 100644 |
--- a/tests/skia_test.cpp |
+++ b/tests/skia_test.cpp |
@@ -10,7 +10,6 @@ |
#include "Resources.h" |
#include "SkCommonFlags.h" |
#include "SkGraphics.h" |
-#include "SkInstCnt.h" |
#include "SkOSFile.h" |
#include "SkRunnable.h" |
#include "SkTArray.h" |
@@ -131,12 +130,6 @@ int test_main(); |
int test_main() { |
SetupCrashHandler(); |
-#if SK_ENABLE_INST_COUNT |
- if (FLAGS_leaks) { |
- gPrintInstCount = true; |
- } |
-#endif |
- |
SkAutoGraphics ag; |
{ |