| Index: src/x87/lithium-x87.cc
 | 
| diff --git a/src/x87/lithium-x87.cc b/src/x87/lithium-x87.cc
 | 
| index 472d9c58805d6a2fea2b4bfcb8272a66920ebf5a..cb429b2f21a3f58c8b067386eb9016248d44e8b8 100644
 | 
| --- a/src/x87/lithium-x87.cc
 | 
| +++ b/src/x87/lithium-x87.cc
 | 
| @@ -2542,13 +2542,6 @@ LInstruction* LChunkBuilder::DoRegExpLiteral(HRegExpLiteral* instr) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -LInstruction* LChunkBuilder::DoFunctionLiteral(HFunctionLiteral* instr) {
 | 
| -  LOperand* context = UseFixed(instr->context(), esi);
 | 
| -  return MarkAsCall(
 | 
| -      DefineFixed(new(zone()) LFunctionLiteral(context), eax), instr);
 | 
| -}
 | 
| -
 | 
| -
 | 
|  LInstruction* LChunkBuilder::DoOsrEntry(HOsrEntry* instr) {
 | 
|    DCHECK(argument_count_ == 0);
 | 
|    allocator_->MarkAsOsrEntry();
 | 
| 
 |