| Index: src/heap.h
|
| diff --git a/src/heap.h b/src/heap.h
|
| index e463287cb5a4615ecb1384bea3c77a3273e81231..adf420b333237500a4421db23307736eba89047d 100644
|
| --- a/src/heap.h
|
| +++ b/src/heap.h
|
| @@ -2110,9 +2110,6 @@ class Heap {
|
| MUST_USE_RESULT MaybeObject* AllocateEmptyFixedTypedArray(
|
| ExternalArrayType array_type);
|
|
|
| - // Allocate empty fixed double array.
|
| - MUST_USE_RESULT MaybeObject* AllocateEmptyFixedDoubleArray();
|
| -
|
| // Allocate empty constant pool array.
|
| MUST_USE_RESULT MaybeObject* AllocateEmptyConstantPoolArray();
|
|
|
|
|