Index: src/a64/debug-a64.cc |
diff --git a/src/a64/debug-a64.cc b/src/a64/debug-a64.cc |
index d8711650c1936fb82ff17dffa38aeb3242e5a92f..e9d1853dd06c552cedae79f63cea35010a67c5f2 100644 |
--- a/src/a64/debug-a64.cc |
+++ b/src/a64/debug-a64.cc |
@@ -297,15 +297,6 @@ void Debug::GenerateCompareNilICDebugBreak(MacroAssembler* masm) { |
} |
-void Debug::GenerateCallICDebugBreak(MacroAssembler* masm) { |
- // Calling convention for IC call (from ic-arm.cc) |
- // ----------- S t a t e ------------- |
- // -- x2 : name |
- // ----------------------------------- |
- Generate_DebugBreakCallHelper(masm, x2.Bit(), 0, x10); |
-} |
- |
- |
void Debug::GenerateReturnDebugBreak(MacroAssembler* masm) { |
// In places other than IC call sites it is expected that r0 is TOS which |
// is an object - this is not generally the case so this should be used with |