[Lldb-commits] [lldb] r240547 - Remove unused variable
Ed Maste
emaste at freebsd.org
Wed Jun 24 08:27:36 PDT 2015
Author: emaste
Date: Wed Jun 24 10:27:35 2015
New Revision: 240547
URL: http://llvm.org/viewvc/llvm-project?rev=240547&view=rev
Log:
Remove unused variable
Modified:
lldb/trunk/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
Modified: lldb/trunk/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp?rev=240547&r1=240546&r2=240547&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp Wed Jun 24 10:27:35 2015
@@ -346,7 +346,6 @@ EmulateInstructionARM64::CreateFunctionE
unwind_plan.SetRegisterKind (eRegisterKindDWARF);
UnwindPlan::RowSP row(new UnwindPlan::Row);
- const bool can_replace = false;
// Our previous Call Frame Address is the stack pointer
row->GetCFAValue().SetIsRegisterPlusOffset(arm64_dwarf::sp, 0);
More information about the lldb-commits
mailing list