Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index d05826fbe2c22fa2ed7c32245e83ef5d4ff55e50..b11a9bff3748d8b8ae4b6506569cbeb23ce75d20 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -45,7 +45,6 @@ namespace internal { |
F(EstimateNumberOfElements, 1, 1) \ |
F(GetArrayKeys, 2, 1) \ |
F(NewArray, -1 /* >= 3 */, 1) \ |
- F(ArrayPush, -1, 1) \ |
F(FunctionBind, -1, 1) \ |
F(NormalizeElements, 1, 1) \ |
F(GrowArrayElements, 2, 1) \ |