summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-11-15 18:09:28 +0000
committerAlp Toker <alp@nuanti.com>2013-11-15 18:09:28 +0000
commit3aa8779ca260c78659c492fe41af63873d165f15 (patch)
treecea474953d0104d96a6d961ded2e95b4fada6eee
parent13a641b338b33f93dda65bac637277cfbbac2990 (diff)
downloadbcm5719-llvm-3aa8779ca260c78659c492fe41af63873d165f15.tar.gz
bcm5719-llvm-3aa8779ca260c78659c492fe41af63873d165f15.zip
Remove an unused local from r194827
llvm-svn: 194835
-rw-r--r--clang/lib/CodeGen/MicrosoftCXXABI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/MicrosoftCXXABI.cpp b/clang/lib/CodeGen/MicrosoftCXXABI.cpp
index a2469f0906f..4a02d4da51a 100644
--- a/clang/lib/CodeGen/MicrosoftCXXABI.cpp
+++ b/clang/lib/CodeGen/MicrosoftCXXABI.cpp
@@ -989,7 +989,6 @@ MicrosoftCXXABI::EmitVirtualMemPtrThunk(const CXXMethodDecl *MD,
ThunkName.str(), &CGM.getModule());
assert(ThunkFn->getName() == ThunkName && "name was uniqued!");
- LinkageInfo LV = MD->getLinkageAndVisibility();
ThunkFn->setLinkage(MD->isExternallyVisible()
? llvm::GlobalValue::LinkOnceODRLinkage
: llvm::GlobalValue::InternalLinkage);
OpenPOWER on IntegriCloud