| Index: src/heap/heap-inl.h
|
| diff --git a/src/heap/heap-inl.h b/src/heap/heap-inl.h
|
| index 0f2d0f22a3e302f48ef8deb8fa0c15c7930645c7..b170e04798eaf4bba8d86db01e723337b02f1cb1 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,
|
| AllocationAlignment alignment) {
|
|
|