Index: src/cpu.h |
diff --git a/src/cpu.h b/src/cpu.h |
index 247af71aa357c63de1feabe13117952b89d7ca02..f8d33e4741d428dd70d28e0ae21ff8b411be5066 100644 |
--- a/src/cpu.h |
+++ b/src/cpu.h |
@@ -59,9 +59,6 @@ class CPU : public AllStatic { |
// Flush instruction cache. |
static void FlushICache(void* start, size_t size); |
- |
- // Try to activate a system level debugger. |
- static void DebugBreak(); |
}; |
} } // namespace v8::internal |