aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lazy/SkDiscardableMemoryPool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lazy/SkDiscardableMemoryPool.cpp')
-rw-r--r--src/lazy/SkDiscardableMemoryPool.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lazy/SkDiscardableMemoryPool.cpp b/src/lazy/SkDiscardableMemoryPool.cpp
index a02f73c938..6c13951aa8 100644
--- a/src/lazy/SkDiscardableMemoryPool.cpp
+++ b/src/lazy/SkDiscardableMemoryPool.cpp
@@ -265,8 +265,4 @@ SkDiscardableMemoryPool* SkGetGlobalDiscardableMemoryPool() {
return global.get();
}
-// defined in SkImageGenerator.h
-void SkPurgeGlobalDiscardableMemoryPool() {
- SkGetGlobalDiscardableMemoryPool()->dumpPool();
-}
////////////////////////////////////////////////////////////////////////////////