Index: src/stub-cache.h |
diff --git a/src/stub-cache.h b/src/stub-cache.h |
index 72ca16e428325d675da3fbdd02f359de2bae3b59..9cdd77f757b3182c3345d3788010d5231ee11416 100644 |
--- a/src/stub-cache.h |
+++ b/src/stub-cache.h |
@@ -868,12 +868,6 @@ class KeyedStoreStubCompiler: public StoreStubCompiler { |
}; |
-// Subset of FUNCTIONS_WITH_ID_LIST with custom constant/global call |
-// IC stubs. |
-#define CUSTOM_CALL_IC_GENERATORS(V) \ |
- V(ArrayPush) |
- |
- |
class CallStubCompiler: public StubCompiler { |
public: |
CallStubCompiler(Isolate* isolate, |
@@ -940,16 +934,6 @@ class CallStubCompiler: public StubCompiler { |
Handle<String> name, |
Code::StubType type); |
-#define DECLARE_CALL_GENERATOR(name) \ |
- Handle<Code> Compile##name##Call(Handle<Object> object, \ |
- Handle<JSObject> holder, \ |
- Handle<Cell> cell, \ |
- Handle<JSFunction> function, \ |
- Handle<String> fname, \ |
- Code::StubType type); |
- CUSTOM_CALL_IC_GENERATORS(DECLARE_CALL_GENERATOR) |
-#undef DECLARE_CALL_GENERATOR |
- |
Handle<Code> CompileFastApiCall(const CallOptimization& optimization, |
Handle<Object> object, |
Handle<JSObject> holder, |