Index: src/frames.cc |
diff --git a/src/frames.cc b/src/frames.cc |
index adc7d3afda8183cd77bd8890e12fc008c91ed0a6..3b55c276cf3b4cfa6d4cb972f87370cd6bd7e5ee 100644 |
--- a/src/frames.cc |
+++ b/src/frames.cc |
@@ -1410,11 +1410,6 @@ Code* StubFailureTrampolineFrame::unchecked_code() const { |
return trampoline; |
} |
- StubFailureTailCallTrampolineStub().FindCodeInCache(&trampoline, isolate()); |
- if (trampoline->contains(pc())) { |
- return trampoline; |
- } |
- |
UNREACHABLE(); |
return NULL; |
} |