Index: tests/skia_test.cpp |
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp |
index fad7ca6f204f2a254ae0fb6ecbb1658154b07bc1..3d2955975e94a16d45090b3e2ea533f221a11efd 100644 |
--- a/tests/skia_test.cpp |
+++ b/tests/skia_test.cpp |
@@ -255,16 +255,6 @@ int tool_main(int argc, char** argv) { |
if (FLAGS_verbose && testCount > 0) { |
SkDebugf("Ran %d Internal tests.\n", testCount); |
} |
-#if SK_SUPPORT_GPU |
- |
-#if GR_CACHE_STATS |
- GrContext *gr = GpuTest::GetContext(); |
- |
- gr->printCacheStats(); |
-#endif |
- |
-#endif |
- |
SkGraphics::Term(); |
GpuTest::DestroyContexts(); |