Index: src/mips64/macro-assembler-mips64.cc |
diff --git a/src/mips64/macro-assembler-mips64.cc b/src/mips64/macro-assembler-mips64.cc |
index 480bae10f331611a9d912b3c9d2e0904ffae43aa..4741742479696e324d50db8983e82fac06494cf8 100644 |
--- a/src/mips64/macro-assembler-mips64.cc |
+++ b/src/mips64/macro-assembler-mips64.cc |
@@ -4040,17 +4040,6 @@ void MacroAssembler::PopRegisterAsTwoSmis(Register dst, Register scratch) { |
or_(dst, dst, scratch); |
} |
- |
-void MacroAssembler::DebugBreak() { |
- PrepareCEntryArgs(0); |
- PrepareCEntryFunction( |
- ExternalReference(Runtime::kHandleDebuggerStatement, isolate())); |
- CEntryStub ces(isolate(), 1); |
- DCHECK(AllowThisStubCall(&ces)); |
- Call(ces.GetCode(), RelocInfo::DEBUGGER_STATEMENT); |
-} |
- |
- |
// --------------------------------------------------------------------------- |
// Exception handling. |