diff options
| author | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-07-28 22:42:21 +0000 |
|---|---|---|
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2014-07-28 22:42:21 +0000 |
| commit | 6fe48630c217409e274e6f9ae42edef65e5412ff (patch) | |
| tree | 6149d223f8f058afd3852154f198f0c1611e2472 | |
| parent | f849ace2abc4408d3326cf3595e2b9619e4e4e22 (diff) | |
| download | bcm5719-llvm-6fe48630c217409e274e6f9ae42edef65e5412ff.tar.gz bcm5719-llvm-6fe48630c217409e274e6f9ae42edef65e5412ff.zip | |
Remove a nonsense friend declaration.
llvm-svn: 214136
| -rw-r--r-- | clang/include/clang/Sema/ScopeInfo.h | 2 |
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(); |

