| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index ccfd0dbeceb1dc103b42995a599eabdf7d7cce38..8eff338301adc31e051ead56aadef7edc2fb639c 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -2692,7 +2692,6 @@ class LChunkBuilder BASE_EMBEDDED {
|
| LInstruction* DoRSub(HSub* instr);
|
|
|
| static bool HasMagicNumberForDivisor(int32_t divisor);
|
| - static HValue* SimplifiedDividendForMathFloorOfDiv(HValue* val);
|
| static HValue* SimplifiedDivisorForMathFloorOfDiv(HValue* val);
|
|
|
| LInstruction* DoMathFloor(HUnaryMathOperation* instr);
|
|
|