| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 9d1a4f78d3312ff03511e07e838725b3536258fc..0dbb8b054cc6ff642b39bc2065fceaa424756ca4 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -239,7 +239,6 @@ class LCodeGen BASE_EMBEDDED {
|
| void DoMathFloor(LUnaryMathOperation* instr);
|
| void DoMathRound(LUnaryMathOperation* instr);
|
| void DoMathSqrt(LUnaryMathOperation* instr);
|
| - void DoMathPowHalf(LUnaryMathOperation* instr);
|
| void DoMathLog(LUnaryMathOperation* instr);
|
| void DoMathTan(LUnaryMathOperation* instr);
|
| void DoMathCos(LUnaryMathOperation* instr);
|
|
|