Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index d6a98c96a7752f3731eeee4737a084f1d55e0a6e..fd3f6a02597727fc1ec8e2e65dd6bd56f1d49b27 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -35,7 +35,6 @@ namespace internal { |
| F(SpecialArrayFunctions, 0, 1) \ |
| F(TransitionElementsKind, 2, 1) \ |
| F(PushIfAbsent, 2, 1) \ |
| - F(ArrayConcat, 1, 1) \ |
| F(RemoveArrayHoles, 2, 1) \ |
| F(MoveArrayContents, 2, 1) \ |
| F(EstimateNumberOfElements, 1, 1) \ |