| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index e5e87d0cd9601dd69f8baacf48c5c7d4048d30b0..e13422950fa6d8641cfef7669dda451ada8ac433 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -102,7 +102,6 @@ class LCodeGen BASE_EMBEDDED {
|
| XMMRegister ToDoubleRegister(LOperand* op) const;
|
| bool IsInteger32Constant(LConstantOperand* op) const;
|
| bool IsSmiConstant(LConstantOperand* op) const;
|
| - int ToRepresentation(LConstantOperand* op, const Representation& r) const;
|
| int32_t ToInteger32(LConstantOperand* op) const;
|
| Smi* ToSmi(LConstantOperand* op) const;
|
| double ToDouble(LConstantOperand* op) const;
|
|
|