Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 01c2e1a4c99f9c424af9bf567d331cb0ca9df11a..18ebc29e2ed750e4595e06f6e3b1781823e1aa39 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -61,7 +61,6 @@ |
#ifdef ENABLE_DISASSEMBLER |
#include "src/disasm.h" |
#include "src/disassembler.h" |
-#include "src/eh-frame.h" |
#endif |
namespace v8 { |
@@ -14373,14 +14372,6 @@ |
it.rinfo()->Print(GetIsolate(), os); |
} |
os << "\n"; |
- |
- if (has_unwinding_info()) { |
- os << "UnwindingInfo (size = " << unwinding_info_size() << ")\n"; |
- EhFrameDisassembler eh_frame_disassembler(unwinding_info_start(), |
- unwinding_info_end()); |
- eh_frame_disassembler.DisassembleToStream(os); |
- os << "\n"; |
- } |
} |
#endif // ENABLE_DISASSEMBLER |