summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-07-28 22:42:21 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-07-28 22:42:21 +0000
commit6fe48630c217409e274e6f9ae42edef65e5412ff (patch)
tree6149d223f8f058afd3852154f198f0c1611e2472
parentf849ace2abc4408d3326cf3595e2b9619e4e4e22 (diff)
downloadbcm5719-llvm-6fe48630c217409e274e6f9ae42edef65e5412ff.tar.gz
bcm5719-llvm-6fe48630c217409e274e6f9ae42edef65e5412ff.zip
Remove a nonsense friend declaration.
llvm-svn: 214136
-rw-r--r--clang/include/clang/Sema/ScopeInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/include/clang/Sema/ScopeInfo.h b/clang/include/clang/Sema/ScopeInfo.h
index 63427aaa4a7..f2095b67605 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();
OpenPOWER on IntegriCloud