From: Richard Smith Date: Mon, 28 Jul 2014 22:42:21 +0000 (+0000) Subject: Remove a nonsense friend declaration. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0655d203872997917401a8cfd184dd27c6e45f9b;p=clang Remove a nonsense friend declaration. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214136 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/ScopeInfo.h b/include/clang/Sema/ScopeInfo.h index 63427aaa4a..f2095b6760 100644 --- a/include/clang/Sema/ScopeInfo.h +++ b/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();