]> granicus.if.org Git - clang/commitdiff
Remove a nonsense friend declaration.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 28 Jul 2014 22:42:21 +0000 (22:42 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 28 Jul 2014 22:42:21 +0000 (22:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214136 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/ScopeInfo.h

index 63427aaa4a750ad55f41a41edd47bd7dca3f47d8..f2095b67605bc141142f4a7c0c22f99d46ad6d65 100644 (file)
@@ -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();