Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index ce4dd5020b8a3f48e1ec54132f8435835679af4d..e8e20e9a3fe9bf0374bfd07a58562b73a31cb9ab 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -5407,7 +5407,6 @@ class Code: public HeapObject { |
// Find the first map in an IC stub. |
Map* FindFirstMap(); |
void FindAllMaps(MapHandleList* maps); |
- void FindAllTypes(TypeHandleList* types); |
// Find the first handler in an IC stub. |
Code* FindFirstHandler(); |