| Index: src/x87/lithium-codegen-x87.cc
 | 
| diff --git a/src/x87/lithium-codegen-x87.cc b/src/x87/lithium-codegen-x87.cc
 | 
| index c15e5225b5cff4647ade8e4a143b29179ec7b0bf..e391ebbdc5847b59f9b5ffe5158e80e4f06ca383 100644
 | 
| --- a/src/x87/lithium-codegen-x87.cc
 | 
| +++ b/src/x87/lithium-codegen-x87.cc
 | 
| @@ -4233,15 +4233,6 @@ void LCodeGen::DoTransitionElementsKind(LTransitionElementsKind* instr) {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -void LCodeGen::DoArrayShift(LArrayShift* instr) {
 | 
| -  ASSERT(ToRegister(instr->context()).is(esi));
 | 
| -  ASSERT(ToRegister(instr->object()).is(eax));
 | 
| -  ASSERT(ToRegister(instr->result()).is(eax));
 | 
| -  ArrayShiftStub stub(isolate(), instr->hydrogen()->kind());
 | 
| -  CallCode(stub.GetCode(), RelocInfo::CODE_TARGET, instr);
 | 
| -}
 | 
| -
 | 
| -
 | 
|  void LCodeGen::DoStringCharCodeAt(LStringCharCodeAt* instr) {
 | 
|    class DeferredStringCharCodeAt V8_FINAL : public LDeferredCode {
 | 
|     public:
 | 
| 
 |