Index: src/heap/heap-inl.h |
diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h |
index 38deb1f31df4c49b8325dd79a04e4ce813116e72..3d5174cede03aac7454b67e96dee98def6113f4a 100644 |
--- a/src/heap/heap-inl.h |
+++ b/src/heap/heap-inl.h |
@@ -149,12 +149,6 @@ AllocationResult Heap::CopyFixedDoubleArray(FixedDoubleArray* src) { |
} |
-AllocationResult Heap::CopyConstantPoolArray(ConstantPoolArray* src) { |
- if (src->length() == 0) return src; |
- return CopyConstantPoolArrayWithMap(src, src->map()); |
-} |
- |
- |
AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space, |
AllocationSpace retry_space) { |
DCHECK(AllowHandleAllocation::IsAllowed()); |