Chromium Code Reviews| Index: src/ia32/frames-ia32.cc |
| diff --git a/src/ia32/frames-ia32.cc b/src/ia32/frames-ia32.cc |
| index 5f5b0d1b69e2d924d95fd3072ff3f09aee386099..a9c47274d6b1895e18e939587f95340c219cba14 100644 |
| --- a/src/ia32/frames-ia32.cc |
| +++ b/src/ia32/frames-ia32.cc |
| @@ -31,12 +31,6 @@ Register StubFailureTrampolineFrame::constant_pool_pointer_register() { |
| } |
| -Object*& ExitFrame::constant_pool_slot() const { |
| - UNREACHABLE(); |
| - return Memory::Object_at(NULL); |
| -} |
| - |
| - |
| } // namespace internal |
| } // namespace v8 |