| Index: src/crankshaft/x64/lithium-x64.cc
 | 
| diff --git a/src/crankshaft/x64/lithium-x64.cc b/src/crankshaft/x64/lithium-x64.cc
 | 
| index 47bd0ae76eb7dd97970d82ccc00e24056b23519e..7fb3dc61b45b78c8291a47f67a998d0d59ec327b 100644
 | 
| --- a/src/crankshaft/x64/lithium-x64.cc
 | 
| +++ b/src/crankshaft/x64/lithium-x64.cc
 | 
| @@ -2574,12 +2574,6 @@ LInstruction* LChunkBuilder::DoTypeofIsAndBranch(HTypeofIsAndBranch* instr) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -LInstruction* LChunkBuilder::DoIsConstructCallAndBranch(
 | 
| -    HIsConstructCallAndBranch* instr) {
 | 
| -  return new(zone()) LIsConstructCallAndBranch(TempRegister());
 | 
| -}
 | 
| -
 | 
| -
 | 
|  LInstruction* LChunkBuilder::DoSimulate(HSimulate* instr) {
 | 
|    instr->ReplayEnvironment(current_block_->last_environment());
 | 
|    return NULL;
 | 
| 
 |