Remove a nonsense friend declaration.

llvm-svn: 214136
This commit is contained in:
Richard Smith 2014-07-28 22:42:21 +00:00
parent f849ace2ab
commit 6fe48630c2
1 changed files with 0 additions and 2 deletions

View File

@ -187,8 +187,6 @@ public:
/// Used to find the proper base profile for a given base expression. /// Used to find the proper base profile for a given base expression.
static BaseInfoTy getBaseInfo(const Expr *BaseE); static BaseInfoTy getBaseInfo(const Expr *BaseE);
// For use in DenseMap.
friend class DenseMapInfo;
inline WeakObjectProfileTy(); inline WeakObjectProfileTy();
static inline WeakObjectProfileTy getSentinel(); static inline WeakObjectProfileTy getSentinel();