| Index: src/mips/lithium-codegen-mips.h
 | 
| diff --git a/src/mips/lithium-codegen-mips.h b/src/mips/lithium-codegen-mips.h
 | 
| index 9e246e045c554bdedef5fbcce682d1fd67dd6c02..858c7f12bcbf0367d1ffca5b9de821033294e7ab 100644
 | 
| --- a/src/mips/lithium-codegen-mips.h
 | 
| +++ b/src/mips/lithium-codegen-mips.h
 | 
| @@ -302,15 +302,6 @@ class LCodeGen: public LCodeGenBase {
 | 
|                           Register* cmp1,
 | 
|                           Operand* cmp2);
 | 
|  
 | 
| -  // Emits optimized code for %_IsObject(x).  Preserves input register.
 | 
| -  // Returns the condition on which a final split to
 | 
| -  // true and false label should be made, to optimize fallthrough.
 | 
| -  Condition EmitIsObject(Register input,
 | 
| -                         Register temp1,
 | 
| -                         Register temp2,
 | 
| -                         Label* is_not_object,
 | 
| -                         Label* is_object);
 | 
| -
 | 
|    // Emits optimized code for %_IsString(x).  Preserves input register.
 | 
|    // Returns the condition on which a final split to
 | 
|    // true and false label should be made, to optimize fallthrough.
 | 
| 
 |