Index: src/compiler/linkage.cc |
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
index bae73df9f499134f8f2514c339521e85920e3137..f52e60340341c93e8187feb66364cfec94025359 100644 |
--- a/src/compiler/linkage.cc |
+++ b/src/compiler/linkage.cc |
@@ -203,7 +203,6 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
case Runtime::kNewArguments: |
case Runtime::kNewClosure: |
case Runtime::kNewFunctionContext: |
- case Runtime::kNewRestParamSlow: |
case Runtime::kPushBlockContext: |
case Runtime::kPushCatchContext: |
case Runtime::kReThrow: |