Chromium Code Reviews| Index: src/x64/frames-x64.cc |
| diff --git a/src/x64/frames-x64.cc b/src/x64/frames-x64.cc |
| index 114945b49fc8cf2f8a73eb445abe16ea34ceea1e..33627f5c03cf53b2b3d848984a68844a29814af1 100644 |
| --- a/src/x64/frames-x64.cc |
| +++ b/src/x64/frames-x64.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_X64 |