Index: src/x64/code-stubs-x64.cc |
diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc |
index 9eed91771911e054586cd2ad217b3a346e09bafa..83d01a6a565e927b9bc91ffa07438c91ae86d3ff 100644 |
--- a/src/x64/code-stubs-x64.cc |
+++ b/src/x64/code-stubs-x64.cc |
@@ -3320,16 +3320,6 @@ void ICCompareStub::GenerateGeneric(MacroAssembler* masm) { |
} |
-void StackCheckStub::Generate(MacroAssembler* masm) { |
- __ TailCallRuntime(Runtime::kStackGuard, 0, 1); |
-} |
- |
- |
-void InterruptStub::Generate(MacroAssembler* masm) { |
- __ TailCallRuntime(Runtime::kInterrupt, 0, 1); |
-} |
- |
- |
static void GenerateRecordCallTarget(MacroAssembler* masm) { |
// Cache the called function in a global property cell. Cache states |
// are uninitialized, monomorphic (indicated by a JSFunction), and |