| Index: src/interpreter/interpreter.h
|
| diff --git a/src/interpreter/interpreter.h b/src/interpreter/interpreter.h
|
| index 4fb4429250eaa7d7926f7e23fafcb9282e5f5cf7..faa8b385f7d37078cb7a7ff4a79c3beca3e700f1 100644
|
| --- a/src/interpreter/interpreter.h
|
| +++ b/src/interpreter/interpreter.h
|
| @@ -150,14 +150,6 @@ class Interpreter {
|
| compiler::Node* feedback_slot,
|
| InterpreterAssembler* assembler);
|
|
|
| - // Generates code to load a named property.
|
| - compiler::Node* BuildLoadNamedProperty(Callable ic,
|
| - InterpreterAssembler* assembler);
|
| -
|
| - // Generates code to load a keyed property.
|
| - compiler::Node* BuildLoadKeyedProperty(Callable ic,
|
| - InterpreterAssembler* assembler);
|
| -
|
| // Generates code to prepare the result for ForInPrepare. Cache data
|
| // are placed into the consecutive series of registers starting at
|
| // |output_register|.
|
|
|