Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 0f920c7259eba9fc3521013d3fe2027f24c8f461..e015a91e377f9deb149f5c38e2af913916d9e6b8 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -180,16 +180,13 @@ namespace internal { |
F(Math_asin, 1, 1) \ |
F(Math_atan, 1, 1) \ |
F(Math_atan2, 2, 1) \ |
- F(Math_cos, 1, 1) \ |
F(Math_exp, 1, 1) \ |
F(Math_floor, 1, 1) \ |
F(Math_log, 1, 1) \ |
F(Math_pow, 2, 1) \ |
F(Math_pow_cfunction, 2, 1) \ |
F(RoundNumber, 1, 1) \ |
- F(Math_sin, 1, 1) \ |
F(Math_sqrt, 1, 1) \ |
- F(Math_tan, 1, 1) \ |
\ |
/* Regular expressions */ \ |
F(RegExpCompile, 3, 1) \ |