| Index: src/mips/frames-mips.cc
 | 
| diff --git a/src/mips/frames-mips.cc b/src/mips/frames-mips.cc
 | 
| index b65f1bff9520794bf8aa8f03c7b9c5e7f14dca40..5ec8d1010053b34fc7bcd1954c7d77d07c833020 100644
 | 
| --- a/src/mips/frames-mips.cc
 | 
| +++ b/src/mips/frames-mips.cc
 | 
| @@ -31,12 +31,6 @@ Register StubFailureTrampolineFrame::constant_pool_pointer_register() {
 | 
|  }
 | 
|  
 | 
|  
 | 
| -Object*& ExitFrame::constant_pool_slot() const {
 | 
| -  UNREACHABLE();
 | 
| -  return Memory::Object_at(NULL);
 | 
| -}
 | 
| -
 | 
| -
 | 
|  } }  // namespace v8::internal
 | 
|  
 | 
|  #endif  // V8_TARGET_ARCH_MIPS
 | 
| 
 |