1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove an unused variable to prevent -Werror build failures.

llvm-svn: 235773
This commit is contained in:
Kaelyn Takata 2015-04-24 21:02:18 +00:00
parent afd2e3fa1d
commit 07731d12a1

View File

@ -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;