Chromium Code Reviews| Index: src/heap/mark-compact.cc |
| diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc |
| index 0b331e33f30e59fb7b29e3d178fb049c0dc0d401..8338c5c38b9cb4650249d84c62e62ee6eeea9884 100644 |
| --- a/src/heap/mark-compact.cc |
| +++ b/src/heap/mark-compact.cc |
| @@ -1224,9 +1224,6 @@ class MarkCompactMarkingVisitor |
| } |
| private: |
| - template <int id> |
| - static inline void TrackObjectStatsAndVisit(Map* map, HeapObject* obj); |
| - |
| // Code flushing support. |
| static const int kRegExpCodeThreshold = 5; |