Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 3505) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -538,12 +538,6 @@ |
// Fast support for Math.random(). |
void GenerateRandomPositiveSmi(ZoneList<Expression*>* args); |
- // Fast support for Math.sin and Math.cos. |
- enum MathOp { SIN, COS }; |
- void GenerateFastMathOp(MathOp op, ZoneList<Expression*>* args); |
- inline void GenerateMathSin(ZoneList<Expression*>* args); |
- inline void GenerateMathCos(ZoneList<Expression*>* args); |
- |
// Fast support for StringAdd. |
void GenerateStringAdd(ZoneList<Expression*>* args); |