| Index: src/crankshaft/mips64/lithium-mips64.cc | 
| diff --git a/src/crankshaft/mips64/lithium-mips64.cc b/src/crankshaft/mips64/lithium-mips64.cc | 
| index e76053189391f55494c8d0bbe9a18df94d0a093c..29d413391e12b40d5f83c7553584a950a0c69df2 100644 | 
| --- a/src/crankshaft/mips64/lithium-mips64.cc | 
| +++ b/src/crankshaft/mips64/lithium-mips64.cc | 
| @@ -2393,13 +2393,6 @@ LInstruction* LChunkBuilder::DoAccessArgumentsAt(HAccessArgumentsAt* instr) { | 
| } | 
|  | 
|  | 
| -LInstruction* LChunkBuilder::DoToFastProperties(HToFastProperties* instr) { | 
| -  LOperand* object = UseFixed(instr->value(), a0); | 
| -  LToFastProperties* result = new(zone()) LToFastProperties(object); | 
| -  return MarkAsCall(DefineFixed(result, v0), instr); | 
| -} | 
| - | 
| - | 
| LInstruction* LChunkBuilder::DoTypeof(HTypeof* instr) { | 
| LOperand* context = UseFixed(instr->context(), cp); | 
| LOperand* value = UseFixed(instr->value(), a3); | 
|  |