| Index: src/x64/lithium-codegen-x64.h
 | 
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
 | 
| index 70f8b16d4fa464d1f5ec6d67e0dd9466466c9139..686dc857aa5ecf694c466cb7ba4ec029cf2dd205 100644
 | 
| --- a/src/x64/lithium-codegen-x64.h
 | 
| +++ b/src/x64/lithium-codegen-x64.h
 | 
| @@ -127,8 +127,6 @@ class LCodeGen: public LCodeGenBase {
 | 
|  
 | 
|    int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
 | 
|  
 | 
| -  void Abort(BailoutReason reason);
 | 
| -
 | 
|    void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
 | 
|  
 | 
|  
 | 
| 
 |