Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 21f38e5dba52210bddf2652e2a3de0c45f9193c4..abf73ea42235454876bd70d79629bb2c370134b4 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -545,8 +545,6 @@ namespace internal { |
F(NewArguments, 1, 1) /* TODO(turbofan): Only temporary */ \ |
F(NewSloppyArguments, 3, 1) \ |
F(NewStrictArguments, 3, 1) \ |
- F(NewRestParam, 4, 1) \ |
- F(NewRestParamSlow, 2, 1) \ |
F(NewClosureFromStubFailure, 1, 1) \ |
F(NewClosure, 3, 1) \ |
F(NewScriptContext, 2, 1) \ |