Commit c5556164 authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[heap] Remove left-over object stats tracking declaration.

R=mlippautz@chromium.org

Review URL: https://codereview.chromium.org/1583323005

Cr-Commit-Position: refs/heads/master@{#33335}
parent 84f8a506
...@@ -1224,9 +1224,6 @@ class MarkCompactMarkingVisitor ...@@ -1224,9 +1224,6 @@ class MarkCompactMarkingVisitor
} }
private: private:
template <int id>
static inline void TrackObjectStatsAndVisit(Map* map, HeapObject* obj);
// Code flushing support. // Code flushing support.
static const int kRegExpCodeThreshold = 5; static const int kRegExpCodeThreshold = 5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment