Index: src/builtins.cc |
diff --git a/src/builtins.cc b/src/builtins.cc |
index b31adbe118912ca118ee991d91bac24324f3cb03..2eca117952cd732df08c8b0a4872e7a026bd3dfb 100644 |
--- a/src/builtins.cc |
+++ b/src/builtins.cc |
@@ -281,11 +281,6 @@ static FixedArrayBase* LeftTrimFixedArray(Heap* heap, |
new_elms->address(), |
new_elms->Size()); |
} |
- if (profiler->is_tracking_allocations()) { |
- // Report filler object as a new allocation. |
- // Otherwise it will become an untracked object. |
- profiler->NewObjectEvent(elms->address(), elms->Size()); |
- } |
return new_elms; |
} |