aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lazy
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2014-08-25 06:20:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-25 06:20:13 -0700
commita5c0863d983b8beb69afab51947ddb87dfe97064 (patch)
treebfd958f30f8439c37f2775ec869f6082970a5e65 /src/lazy
parent045bb7f00b217e7726d517acf783c661bd6f639e (diff)
remove SkPurgeGlobalDiscardableMemoryPool
BUG=skia:2721 R=reed@google.com Author: halcanary@google.com Review URL: https://codereview.chromium.org/495453004
Diffstat (limited to 'src/lazy')
-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();
-}
////////////////////////////////////////////////////////////////////////////////