forked from OSchip/llvm-project
Remove an unused variable to prevent -Werror build failures.
llvm-svn: 235773
This commit is contained in:
parent
86979275aa
commit
5e5524bc25
|
@ -1234,7 +1234,6 @@ bool WinEHPrepare::outlineHandler(ActionHandler *Action, Function *SrcFn,
|
|||
/// target.
|
||||
void WinEHPrepare::processSEHCatchHandler(CatchHandler *CatchAction,
|
||||
BasicBlock *StartBB) {
|
||||
LLVMContext &Context = StartBB->getContext();
|
||||
BasicBlock *HandlerBB;
|
||||
BasicBlock *NextBB;
|
||||
Constant *Selector;
|
||||
|
|
Loading…
Reference in New Issue