summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormortimer <mortimer@openbsd.org>2018-06-07 01:42:36 +0000
committermortimer <mortimer@openbsd.org>2018-06-07 01:42:36 +0000
commit1f1e0150be44c38e21ae8fc599730d0e97f4d365 (patch)
tree60362c4baa927809549cffa88ac999e3170064cd
parentRFC 8106 obsolteted RFC 6106. (diff)
downloadwireguard-openbsd-1f1e0150be44c38e21ae8fc599730d0e97f4d365.tar.xz
wireguard-openbsd-1f1e0150be44c38e21ae8fc599730d0e97f4d365.zip
Remove unused variable.
Spotted by Nan Xiao.
-rw-r--r--gnu/llvm/lib/Target/X86/X86FrameLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/llvm/lib/Target/X86/X86FrameLowering.cpp b/gnu/llvm/lib/Target/X86/X86FrameLowering.cpp
index 16acc7ea459..e0a4b31b598 100644
--- a/gnu/llvm/lib/Target/X86/X86FrameLowering.cpp
+++ b/gnu/llvm/lib/Target/X86/X86FrameLowering.cpp
@@ -3185,7 +3185,6 @@ void X86FrameLowering::insertReturnProtectorPrologue(MachineFunction &MF,
if (!MFI.hasReturnProtector() || !MFI.hasReturnProtectorTempRegister())
return;
- unsigned CFIIndex;
MachineBasicBlock::instr_iterator MBBI = MBB.instr_begin();
DebugLoc MBBDL = MBB.findDebugLoc(MBBI);
const Function &Fn = MF.getFunction();