| Index: src/ia32/ic-ia32.cc
 | 
| diff --git a/src/ia32/ic-ia32.cc b/src/ia32/ic-ia32.cc
 | 
| index e5c14574e29bcd24ec24cb4c9f0528f7fad926dd..f011e09233e66fa2dee2d1bc06b4de4b634ef45b 100644
 | 
| --- a/src/ia32/ic-ia32.cc
 | 
| +++ b/src/ia32/ic-ia32.cc
 | 
| @@ -216,20 +216,6 @@ static void GenerateDictionaryStore(MacroAssembler* masm,
 | 
|  }
 | 
|  
 | 
|  
 | 
| -void LoadIC::GenerateArrayLength(MacroAssembler* masm) {
 | 
| -  // ----------- S t a t e -------------
 | 
| -  //  -- ecx    : name
 | 
| -  //  -- edx    : receiver
 | 
| -  //  -- esp[0] : return address
 | 
| -  // -----------------------------------
 | 
| -  Label miss;
 | 
| -
 | 
| -  StubCompiler::GenerateLoadArrayLength(masm, edx, eax, &miss);
 | 
| -  __ bind(&miss);
 | 
| -  StubCompiler::GenerateLoadMiss(masm, Code::LOAD_IC);
 | 
| -}
 | 
| -
 | 
| -
 | 
|  void LoadIC::GenerateFunctionPrototype(MacroAssembler* masm) {
 | 
|    // ----------- S t a t e -------------
 | 
|    //  -- ecx    : name
 | 
| 
 |