| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index c4fca1c908e5b3fa0b4067ebf2687718a727066a..ab6779abb3bc09000a99ec7a5bcb14daa07326be 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -286,7 +286,6 @@ class LCodeGen BASE_EMBEDDED {
|
| void EmitIntegerMathAbs(LUnaryMathOperation* instr);
|
| void DoMathAbs(LUnaryMathOperation* instr);
|
| void DoMathFloor(LUnaryMathOperation* instr);
|
| - void DoMathRound(LUnaryMathOperation* instr);
|
| void DoMathSqrt(LUnaryMathOperation* instr);
|
| void DoMathLog(LUnaryMathOperation* instr);
|
| void DoMathTan(LUnaryMathOperation* instr);
|
|
|