From: Kaelyn Takata Date: Fri, 24 Apr 2015 21:02:18 +0000 (+0000) Subject: Remove an unused variable to prevent -Werror build failures. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5f10af2b53273de02d38201844b5855994ba2cea;p=oota-llvm.git 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 --- diff --git a/lib/CodeGen/WinEHPrepare.cpp b/lib/CodeGen/WinEHPrepare.cpp index 963692a245f..072aea77900 100644 --- a/lib/CodeGen/WinEHPrepare.cpp +++ b/lib/CodeGen/WinEHPrepare.cpp @@ -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;