| Index: src/compiler/simplified-lowering.h
 | 
| diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h
 | 
| index 358bd97f9c21fb91239efc6edc77e7a66a25b99e..0e66835c1d7bb7a3a6419c40e4bceadbdba8907c 100644
 | 
| --- a/src/compiler/simplified-lowering.h
 | 
| +++ b/src/compiler/simplified-lowering.h
 | 
| @@ -37,7 +37,6 @@ class SimplifiedLowering final {
 | 
|                      RepresentationChanger* changer);
 | 
|    void DoStoreBuffer(Node* node);
 | 
|    void DoShift(Node* node, Operator const* op, Type* rhs_type);
 | 
| -  void DoStringEqual(Node* node);
 | 
|    void DoStringLessThan(Node* node);
 | 
|    void DoStringLessThanOrEqual(Node* node);
 | 
|  
 | 
| 
 |