| Index: runtime/vm/stack_frame.cc
 | 
| ===================================================================
 | 
| --- runtime/vm/stack_frame.cc	(revision 41393)
 | 
| +++ runtime/vm/stack_frame.cc	(working copy)
 | 
| @@ -60,12 +60,6 @@
 | 
|  }
 | 
|  
 | 
|  
 | 
| -RawContext* EntryFrame::SavedContext() const {
 | 
| -  return *(reinterpret_cast<RawContext**>(
 | 
| -      fp() + (kSavedContextSlotFromEntryFp * kWordSize)));
 | 
| -}
 | 
| -
 | 
| -
 | 
|  void EntryFrame::VisitObjectPointers(ObjectPointerVisitor* visitor) {
 | 
|    ASSERT(isolate() == Isolate::Current());
 | 
|    // Visit objects between SP and (FP - callee_save_area).
 | 
| 
 |