diff options
author | Alp Toker <alp@nuanti.com> | 2013-11-15 18:09:28 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-11-15 18:09:28 +0000 |
commit | 3aa8779ca260c78659c492fe41af63873d165f15 (patch) | |
tree | cea474953d0104d96a6d961ded2e95b4fada6eee | |
parent | 13a641b338b33f93dda65bac637277cfbbac2990 (diff) | |
download | bcm5719-llvm-3aa8779ca260c78659c492fe41af63873d165f15.tar.gz bcm5719-llvm-3aa8779ca260c78659c492fe41af63873d165f15.zip |
Remove an unused local from r194827
llvm-svn: 194835
-rw-r--r-- | clang/lib/CodeGen/MicrosoftCXXABI.cpp | 1 |
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); |