mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 02:17:41 +00:00
Remove an unused variable to prevent -Werror build failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235773 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
61317d57df
commit
5f10af2b53
@ -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…
x
Reference in New Issue
Block a user