Index: src/gpu/GrContext.cpp |
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp |
index 07073a5ee5d2a9a248df846b76a531c929058add..bcd84dd63c87aad29b00153dda694ea033f41026 100755 |
--- a/src/gpu/GrContext.cpp |
+++ b/src/gpu/GrContext.cpp |
@@ -1578,16 +1578,3 @@ void GrContext::removeGpuTraceMarker(const GrGpuTraceMarker* marker) { |
} |
} |
-/////////////////////////////////////////////////////////////////////////////// |
-#if GR_CACHE_STATS |
-void GrContext::printCacheStats() const { |
- fResourceCache2->printStats(); |
-} |
-#endif |
- |
-#if GR_GPU_STATS |
-const GrContext::GPUStats* GrContext::gpuStats() const { |
- return fGpu->gpuStats(); |
-} |
-#endif |
- |