Index: src/frames.cc |
diff --git a/src/frames.cc b/src/frames.cc |
index eaf09ebaf572ed68b18d8ff41a39bf65c759c4e1..bebd10a8060945cd50ea80c0fc03a08ede221206 100644 |
--- a/src/frames.cc |
+++ b/src/frames.cc |
@@ -371,7 +371,6 @@ Code* StackFrame::GetSafepointData(Isolate* isolate, |
unsigned* stack_slots) { |
PcToCodeCache::PcToCodeCacheEntry* entry = |
isolate->pc_to_code_cache()->GetCacheEntry(pc); |
- SafepointEntry cached_safepoint_entry = entry->safepoint_entry; |
if (!entry->safepoint_entry.is_valid()) { |
entry->safepoint_entry = entry->code->GetSafepointEntry(pc); |
ASSERT(entry->safepoint_entry.is_valid()); |