Index: src/arm/debug-arm.cc |
=================================================================== |
--- src/arm/debug-arm.cc (revision 2860) |
+++ src/arm/debug-arm.cc (working copy) |
@@ -179,12 +179,6 @@ |
} |
-void Debug::GenerateReturnDebugBreakEntry(MacroAssembler* masm) { |
- // Generate nothing as this handling of debug break return is not done this |
- // way on ARM - yet. |
-} |
- |
- |
void Debug::GenerateStubNoRegistersDebugBreak(MacroAssembler* masm) { |
// Generate nothing as CodeStub CallFunction is not used on ARM. |
} |