Chromium Code Reviews| Index: src/x87/frames-x87.h |
| diff --git a/src/x87/frames-x87.h b/src/x87/frames-x87.h |
| index 5b91baf385823186a3b85cdad9800b7eb94b3831..e3876bc72283ca0e5d7ba1809f0c801bea176498 100644 |
| --- a/src/x87/frames-x87.h |
| +++ b/src/x87/frames-x87.h |
| @@ -115,11 +115,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 // V8_X87_FRAMES_X87_H_ |