| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index ca4e9b3fae449b094502303fb1afaeabbc453ac6..91b3fabca3de4647a81c30133f7c33b7021d4114 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -175,7 +175,6 @@ class LCodeGen BASE_EMBEDDED {
|
| void DoMathFloor(LUnaryMathOperation* instr);
|
| void DoMathRound(LUnaryMathOperation* instr);
|
| void DoMathSqrt(LUnaryMathOperation* instr);
|
| - void DoMathPowHalf(LUnaryMathOperation* instr);
|
|
|
| // Support for recording safepoint and position information.
|
| void RecordSafepoint(LPointerMap* pointers, int deoptimization_index);
|
|
|