aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkResourceCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkResourceCache.h')
-rw-r--r--src/core/SkResourceCache.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkResourceCache.h b/src/core/SkResourceCache.h
index 5919336312..0ff627196e 100644
--- a/src/core/SkResourceCache.h
+++ b/src/core/SkResourceCache.h
@@ -86,10 +86,6 @@ public:
virtual const char* getCategory() const = 0;
virtual SkDiscardableMemory* diagnostic_only_getDiscardable() const { return nullptr; }
- // for SkTDynamicHash::Traits
- static uint32_t Hash(const Key& key) { return key.hash(); }
- static const Key& GetKey(const Rec& rec) { return rec.getKey(); }
-
private:
Rec* fNext;
Rec* fPrev;