| Index: src/frames-inl.h
|
| diff --git a/src/frames-inl.h b/src/frames-inl.h
|
| index 2efc8d8a221beb3bb3520a9e335fef0b4fa492dc..221b0069782b09951c618107c5fb270e7ada4f28 100644
|
| --- a/src/frames-inl.h
|
| +++ b/src/frames-inl.h
|
| @@ -94,12 +94,6 @@ inline unsigned StackHandler::index() const {
|
| }
|
|
|
|
|
| -inline Address StackHandler::frame_pointer() const {
|
| - const int offset = StackHandlerConstants::kFPOffset;
|
| - return Memory::Address_at(address() + offset);
|
| -}
|
| -
|
| -
|
| inline Object** StackHandler::context_address() const {
|
| const int offset = StackHandlerConstants::kContextOffset;
|
| return reinterpret_cast<Object**>(address() + offset);
|
|
|