summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-06-02 19:45:14 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-06-02 19:45:14 +0000
commit45e7b960fa103ed7b35cb7d332d1566a0c8865c9 (patch)
tree02e7f6c228a38b6a6b08d36a5d9bfb7a95c236f0 /lib/CodeGen/BackendUtil.cpp
parented290ac4c54f488f53289014632a460f98e98d2c (diff)
Remove unused variable
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210041 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/BackendUtil.cpp')
-rw-r--r--lib/CodeGen/BackendUtil.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/BackendUtil.cpp b/lib/CodeGen/BackendUtil.cpp
index 1e9d5d4b87..e15d357354 100644
--- a/lib/CodeGen/BackendUtil.cpp
+++ b/lib/CodeGen/BackendUtil.cpp
@@ -214,8 +214,6 @@ static void addMemorySanitizerPass(const PassManagerBuilder &Builder,
static void addThreadSanitizerPass(const PassManagerBuilder &Builder,
PassManagerBase &PM) {
- const PassManagerBuilderWrapper &BuilderWrapper =
- static_cast<const PassManagerBuilderWrapper&>(Builder);
PM.add(createThreadSanitizerPass());
}