Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index a5c5ae4711c2f6f123b92770bfe90f2a453a417a..226e0ea85e72c4ec18f1f933a867b7e41f0625bc 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -35,7 +35,6 @@ namespace internal { |
F(FinishArrayPrototypeSetup, 1, 1) \ |
F(SpecialArrayFunctions, 0, 1) \ |
F(TransitionElementsKind, 2, 1) \ |
- F(PushIfAbsent, 2, 1) \ |
F(RemoveArrayHoles, 2, 1) \ |
F(MoveArrayContents, 2, 1) \ |
F(EstimateNumberOfElements, 1, 1) \ |