Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 3dcc468c6972ebe08834426ed840adeb931f5cd4..d5a4443a5d2408c5e42a22ec39a51abfb77cadc4 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -62,7 +62,6 @@ class ObjectLiteral; |
/* These builtins w/ JS linkage are */ \ |
/* just fast-cases of C++ builtins. They */ \ |
/* require varg support from TF */ \ |
- V(FastArrayPush) \ |
V(FastFunctionBind) \ |
/* These will be ported/eliminated */ \ |
/* as part of the new IC system, ask */ \ |
@@ -1011,15 +1010,6 @@ class GrowArrayElementsStub : public TurboFanCodeStub { |
DEFINE_TURBOFAN_CODE_STUB(GrowArrayElements, TurboFanCodeStub); |
}; |
-class FastArrayPushStub : public HydrogenCodeStub { |
- public: |
- explicit FastArrayPushStub(Isolate* isolate) : HydrogenCodeStub(isolate) {} |
- |
- private: |
- DEFINE_CALL_INTERFACE_DESCRIPTOR(VarArgFunction); |
- DEFINE_HYDROGEN_CODE_STUB(FastArrayPush, HydrogenCodeStub); |
-}; |
- |
class FastFunctionBindStub : public HydrogenCodeStub { |
public: |
explicit FastFunctionBindStub(Isolate* isolate) : HydrogenCodeStub(isolate) {} |