| Index: src/ia32/debug-ia32.cc
|
| diff --git a/src/ia32/debug-ia32.cc b/src/ia32/debug-ia32.cc
|
| index 456ee3efe6750fd09a6d2891e033b1e57ae460ef..bbd7692be1cb94a9627b7025ec63726ef0f03685 100644
|
| --- a/src/ia32/debug-ia32.cc
|
| +++ b/src/ia32/debug-ia32.cc
|
| @@ -36,8 +36,6 @@
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -#ifdef ENABLE_DEBUGGER_SUPPORT
|
| -
|
| bool BreakLocationIterator::IsDebugBreakAtReturn() {
|
| return Debug::IsDebugBreakAtReturn(rinfo());
|
| }
|
| @@ -369,8 +367,6 @@ const bool Debug::kFrameDropperSupported = true;
|
|
|
| #undef __
|
|
|
| -#endif // ENABLE_DEBUGGER_SUPPORT
|
| -
|
| } } // namespace v8::internal
|
|
|
| #endif // V8_TARGET_ARCH_IA32
|
|
|