| Index: src/a64/macro-assembler-a64.h
|
| diff --git a/src/a64/macro-assembler-a64.h b/src/a64/macro-assembler-a64.h
|
| index 7aa08eefa7386977fa2fe5c5af3530afc0704c8b..97df402d7c57fb69a6a103385ffd1138971d315f 100644
|
| --- a/src/a64/macro-assembler-a64.h
|
| +++ b/src/a64/macro-assembler-a64.h
|
| @@ -1886,12 +1886,6 @@ class MacroAssembler : public Assembler {
|
| Register scratch,
|
| Label* no_map_match);
|
|
|
| - // Load the initial map for new Arrays from a JSFunction.
|
| - void LoadInitialArrayMap(Register function_in,
|
| - Register scratch,
|
| - Register map_out,
|
| - ArrayHasHoles holes);
|
| -
|
| void LoadArrayFunction(Register function);
|
| void LoadGlobalFunction(int index, Register function);
|
|
|
|
|