diff options
Diffstat (limited to 'lib/AST/Type.cpp')
-rw-r--r-- | lib/AST/Type.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/AST/Type.cpp b/lib/AST/Type.cpp index 6732c724c2..c58debbbd2 100644 --- a/lib/AST/Type.cpp +++ b/lib/AST/Type.cpp @@ -2137,11 +2137,6 @@ static CachedProperties computeCachedProperties(const Type *T) { } llvm_unreachable("unhandled type class"); - - // C++ [basic.link]p8: - // Names not covered by these rules have no linkage. - NamedDecl::LinkageInfo LV(NoLinkage, DefaultVisibility, false); - return CachedProperties(LV, false); } /// \brief Determine the linkage of this type. |