Chromium Code Reviews| Index: src/mips/frames-mips.h |
| diff --git a/src/mips/frames-mips.h b/src/mips/frames-mips.h |
| index 5666f642f99938879cab6251f36ef901434350bd..633a887b5b3e7c7e5c020fda038122bc7e3e98b2 100644 |
| --- a/src/mips/frames-mips.h |
| +++ b/src/mips/frames-mips.h |
| @@ -205,11 +205,6 @@ inline Object* JavaScriptFrame::function_slot_object() const { |
| } |
| -inline void StackHandler::SetFp(Address slot, Address fp) { |
| - Memory::Address_at(slot) = fp; |
| -} |
| - |
| - |
| } } // namespace v8::internal |
| #endif |