projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61317d5
)
Remove an unused variable to prevent -Werror build failures.
author
Kaelyn Takata
<rikka@google.com>
Fri, 24 Apr 2015 21:02:18 +0000
(21:02 +0000)
committer
Kaelyn Takata
<rikka@google.com>
Fri, 24 Apr 2015 21:02:18 +0000
(21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235773
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/WinEHPrepare.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/WinEHPrepare.cpp
b/lib/CodeGen/WinEHPrepare.cpp
index 963692a245ff3f3a9ef2297fd095f4b9fc1b7c11..072aea77900bbae2166b43be33fe92632a10c875 100644
(file)
--- 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;