From 6fe48630c217409e274e6f9ae42edef65e5412ff Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Mon, 28 Jul 2014 22:42:21 +0000 Subject: [PATCH] Remove a nonsense friend declaration. llvm-svn: 214136 --- clang/include/clang/Sema/ScopeInfo.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/include/clang/Sema/ScopeInfo.h b/clang/include/clang/Sema/ScopeInfo.h index 63427aaa4a75..f2095b67605b 100644 --- a/clang/include/clang/Sema/ScopeInfo.h +++ b/clang/include/clang/Sema/ScopeInfo.h @@ -187,8 +187,6 @@ public: /// Used to find the proper base profile for a given base expression. static BaseInfoTy getBaseInfo(const Expr *BaseE); - // For use in DenseMap. - friend class DenseMapInfo; inline WeakObjectProfileTy(); static inline WeakObjectProfileTy getSentinel();