Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 2f6d8f9e7cf3fd17470c3e19af06bdda17474358..5e7d832aad3484b0952d600fcfac7dd24c607ab6 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -537,8 +537,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) \ |