Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 67fe134569e9422bc043ba033ed5a4555fda8a5d..57f3e68a8ae905be3a4c0bbd2ce9d8a224cf6c8a 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1676,9 +1676,6 @@ |
SimpleInstallFunction(math, "atan2", Builtins::kMathAtan2, 2, true); |
SimpleInstallFunction(math, "ceil", Builtins::kMathCeil, 1, true); |
SimpleInstallFunction(math, "clz32", Builtins::kMathClz32, 1, true); |
- Handle<JSFunction> math_exp = |
- SimpleInstallFunction(math, "exp", Builtins::kMathExp, 1, true); |
- native_context()->set_math_exp(*math_exp); |
Handle<JSFunction> math_floor = |
SimpleInstallFunction(math, "floor", Builtins::kMathFloor, 1, true); |
native_context()->set_math_floor(*math_floor); |