summaryrefslogtreecommitdiff
path: root/deps/v8/src/ic/stub-cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ic/stub-cache.h')
-rw-r--r--deps/v8/src/ic/stub-cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/ic/stub-cache.h b/deps/v8/src/ic/stub-cache.h
index 4054b329d3..ffb0a398ad 100644
--- a/deps/v8/src/ic/stub-cache.h
+++ b/deps/v8/src/ic/stub-cache.h
@@ -45,9 +45,6 @@ class StubCache {
Object* Get(Name* name, Map* map);
// Clear the lookup table (@ mark compact collection).
void Clear();
- // Collect all maps that match the name.
- void CollectMatchingMaps(SmallMapList* types, Handle<Name> name,
- Handle<Context> native_context, Zone* zone);
enum Table { kPrimary, kSecondary };