Index: src/ia32/code-stubs-ia32.cc |
diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc |
index 64f36b3cf6151b1b3a591313ff439b1989ae3f75..42b12965d93c81f342b6425b82401423c2fe8d36 100644 |
--- a/src/ia32/code-stubs-ia32.cc |
+++ b/src/ia32/code-stubs-ia32.cc |
@@ -4229,16 +4229,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 |