Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 0e1e27609c512ef8dd589630dbf3f3139cbf4c32..90d374f332b64e546aaafe57e1a59a88304d0643 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -351,7 +351,6 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_MATHS(F) \ |
| - F(MathLogRT, 1, 1) \ |
| F(DoubleHi, 1, 1) \ |
| F(DoubleLo, 1, 1) \ |
| F(ConstructDouble, 2, 1) \ |