| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index d8f2fba42a7fa462d5a25d28dde012e4f63651e3..348191ee254ae40e80528b4e885d6647ea1d7342 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -772,13 +772,6 @@ class MacroAssembler: public Assembler {
|
| // Find the function context up the context chain.
|
| void LoadContext(Register dst, int context_chain_length);
|
|
|
| - // Load the global function with the given index.
|
| - void LoadGlobalFunction(int index, Register function);
|
| -
|
| - // Load the initial map from the global function. The registers
|
| - // function and map can be the same.
|
| - void LoadGlobalFunctionInitialMap(Register function, Register map);
|
| -
|
| // ---------------------------------------------------------------------------
|
| // Runtime calls
|
|
|
|
|