Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 8a117830985fc517a4e213018b8dc1c4afb151dc..2dbb9d489f13c968d99da79ff8726a18f828c4d6 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -352,8 +352,6 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_MATHS(F) \ |
| F(DoubleHi, 1, 1) \ |
| F(DoubleLo, 1, 1) \ |
| - F(MathPow, 2, 1) \ |
| - F(MathPowRT, 2, 1) \ |
| F(GenerateRandomNumbers, 1, 1) |