| Index: src/full-codegen/arm/full-codegen-arm.cc
 | 
| diff --git a/src/full-codegen/arm/full-codegen-arm.cc b/src/full-codegen/arm/full-codegen-arm.cc
 | 
| index 03e4cfb9ad1c78ff940b1279ef1f67651a228408..6d646c043535e6a08a1d43e52bb550b1162e1b7c 100644
 | 
| --- a/src/full-codegen/arm/full-codegen-arm.cc
 | 
| +++ b/src/full-codegen/arm/full-codegen-arm.cc
 | 
| @@ -2226,17 +2226,6 @@ void FullCodeGenerator::EmitKeyedPropertyAssignment(Assignment* expr) {
 | 
|    context()->Plug(r0);
 | 
|  }
 | 
|  
 | 
| -
 | 
| -void FullCodeGenerator::CallIC(Handle<Code> code,
 | 
| -                               TypeFeedbackId ast_id) {
 | 
| -  ic_total_count_++;
 | 
| -  // All calls must have a predictable size in full-codegen code to ensure that
 | 
| -  // the debugger can patch them correctly.
 | 
| -  __ Call(code, RelocInfo::CODE_TARGET, ast_id, al,
 | 
| -          NEVER_INLINE_TARGET_ADDRESS);
 | 
| -}
 | 
| -
 | 
| -
 | 
|  // Code common for calls using the IC.
 | 
|  void FullCodeGenerator::EmitCallWithLoadIC(Call* expr) {
 | 
|    Expression* callee = expr->expression();
 | 
| 
 |