Index: src/mips/debug-mips.cc |
diff --git a/src/mips/debug-mips.cc b/src/mips/debug-mips.cc |
index e06ecac9180174a47dc105da49176aaad9b036ee..f640626b28141b3c4178ef5f661dbc8c5aea5d7a 100644 |
--- a/src/mips/debug-mips.cc |
+++ b/src/mips/debug-mips.cc |
@@ -37,8 +37,6 @@ |
namespace v8 { |
namespace internal { |
-#ifdef ENABLE_DEBUGGER_SUPPORT |
- |
bool BreakLocationIterator::IsDebugBreakAtReturn() { |
return Debug::IsDebugBreakAtReturn(rinfo()); |
} |
@@ -339,9 +337,6 @@ const bool Debug::kFrameDropperSupported = false; |
#undef __ |
- |
-#endif // ENABLE_DEBUGGER_SUPPORT |
- |
} } // namespace v8::internal |
#endif // V8_TARGET_ARCH_MIPS |