Index: src/heap/heap.cc |
diff --git a/src/heap/heap.cc b/src/heap/heap.cc |
index afd9a7aa6cec3eb92324c99370bcfa4d70b401cb..bffe11b0e8a839ab14fe1ee39789cb525fad4d20 100644 |
--- a/src/heap/heap.cc |
+++ b/src/heap/heap.cc |
@@ -4012,11 +4012,6 @@ AllocationResult Heap::AllocateFixedArrayWithFiller(int length, |
} |
-AllocationResult Heap::AllocateFixedArray(int length, PretenureFlag pretenure) { |
- return AllocateFixedArrayWithFiller(length, pretenure, undefined_value()); |
-} |
- |
- |
AllocationResult Heap::AllocateUninitializedFixedArray(int length) { |
if (length == 0) return empty_fixed_array(); |