summaryrefslogtreecommitdiff
path: root/deps/v8/src/profiler/allocation-tracker.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/profiler/allocation-tracker.cc')
-rw-r--r--deps/v8/src/profiler/allocation-tracker.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/deps/v8/src/profiler/allocation-tracker.cc b/deps/v8/src/profiler/allocation-tracker.cc
index e5b3139785..51cb0eb47f 100644
--- a/deps/v8/src/profiler/allocation-tracker.cc
+++ b/deps/v8/src/profiler/allocation-tracker.cc
@@ -75,11 +75,6 @@ AllocationTraceTree::AllocationTraceTree()
root_(this, 0) {
}
-
-AllocationTraceTree::~AllocationTraceTree() {
-}
-
-
AllocationTraceNode* AllocationTraceTree::AddPathFromEnd(
const Vector<unsigned>& path) {
AllocationTraceNode* node = root();