diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-11-25 06:07:51 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-11-25 06:07:51 +0000 |
commit | f01031116675f33e48e006212d1591e28b9ecedc (patch) | |
tree | 6a4bde5f04f65720924067a8ec76c266ae6d4c90 /llvm/lib | |
parent | 86911440c2af76382db3a5354eb3acd76d8e927e (diff) | |
download | bcm5719-llvm-f01031116675f33e48e006212d1591e28b9ecedc.tar.gz bcm5719-llvm-f01031116675f33e48e006212d1591e28b9ecedc.zip |
Remove a nested anonymous namespace.
llvm-svn: 222728
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Linker/LinkModules.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Linker/LinkModules.cpp b/llvm/lib/Linker/LinkModules.cpp index e57a37fb4a0..aa0f961e3da 100644 --- a/llvm/lib/Linker/LinkModules.cpp +++ b/llvm/lib/Linker/LinkModules.cpp @@ -383,7 +383,6 @@ namespace { Value *materializeValueFor(Value *V) override; }; - namespace { class LinkDiagnosticInfo : public DiagnosticInfo { const Twine &Msg; @@ -395,7 +394,6 @@ namespace { const Twine &Msg) : DiagnosticInfo(DK_Linker, Severity), Msg(Msg) {} void LinkDiagnosticInfo::print(DiagnosticPrinter &DP) const { DP << Msg; } - } /// This is an implementation class for the LinkModules function, which is the /// entrypoint for this file. |