| Index: src/x64/lithium-codegen-x64.h
 | 
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
 | 
| index ccd90b53c6b1cc831a7b1defb280c59027be9e30..7f5f5c5ac47155866d71a8e493496be99faf325f 100644
 | 
| --- a/src/x64/lithium-codegen-x64.h
 | 
| +++ b/src/x64/lithium-codegen-x64.h
 | 
| @@ -188,18 +188,11 @@ class LCodeGen: public LCodeGenBase {
 | 
|  
 | 
|    void LoadContextFromDeferred(LOperand* context);
 | 
|  
 | 
| -  enum RDIState {
 | 
| -    RDI_UNINITIALIZED,
 | 
| -    RDI_CONTAINS_TARGET
 | 
| -  };
 | 
| -
 | 
|    // Generate a direct call to a known function.  Expects the function
 | 
|    // to be in rdi.
 | 
|    void CallKnownFunction(Handle<JSFunction> function,
 | 
| -                         int formal_parameter_count,
 | 
| -                         int arity,
 | 
| -                         LInstruction* instr,
 | 
| -                         RDIState rdi_state);
 | 
| +                         int formal_parameter_count, int arity,
 | 
| +                         LInstruction* instr);
 | 
|  
 | 
|    void RecordSafepointWithLazyDeopt(LInstruction* instr,
 | 
|                                      SafepointMode safepoint_mode,
 | 
| 
 |