Commit 59a97842 authored by Georg Neis's avatar Georg Neis Committed by Commit Bot

[arm64] Remove unused variable in debug-arm64.cc.

BUG=

Change-Id: Ibf49df830153a829015723826dacc6939fb42189
Reviewed-on: https://chromium-review.googlesource.com/452377Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Georg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#43689}
parent 0cce2bec
......@@ -84,7 +84,6 @@ bool DebugCodegen::DebugBreakSlotIsPatched(Address pc) {
void DebugCodegen::GenerateDebugBreakStub(MacroAssembler* masm,
DebugBreakCallHelperMode mode) {
__ RecordComment("Debug break");
Register scratch = x10;
{
FrameScope scope(masm, StackFrame::INTERNAL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment