| Index: src/compiler/bytecode-graph-builder.h
|
| diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h
|
| index 9a31c64dd1e007a0ed0a85d5a96b99fcc5c2401d..7ac2d06c70f0904f810d03d3e8f3319cc48b6f90 100644
|
| --- a/src/compiler/bytecode-graph-builder.h
|
| +++ b/src/compiler/bytecode-graph-builder.h
|
| @@ -134,8 +134,6 @@ class BytecodeGraphBuilder {
|
| void ClearNonLiveSlotsInFrameStates();
|
|
|
| void BuildCreateArguments(CreateArgumentsType type);
|
| - Node* BuildLoadContextSlot();
|
| - Node* BuildLoadCurrentContextSlot();
|
| Node* BuildLoadGlobal(uint32_t feedback_slot_index, TypeofMode typeof_mode);
|
| void BuildStoreGlobal(LanguageMode language_mode);
|
| void BuildNamedStore(LanguageMode language_mode);
|
|
|