Skip to content

Commit bb60c3e

Browse files
committed
Remove unused variable
1 parent 35126c1 commit bb60c3e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/M68k/M68kFrameLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ MachineBasicBlock::iterator M68kFrameLowering::eliminateCallFramePseudoInstr(
246246
unsigned StackAlign = getStackAlignment();
247247
Amount = alignTo(Amount, StackAlign);
248248

249-
const auto &Fn = MF.getFunction();
250249
bool DwarfCFI = MF.needsFrameMoves();
251250

252251
// If we have any exception handlers in this function, and we adjust

0 commit comments

Comments
 (0)