DebugInfo: Remove dead DIRef friends

llvm-svn: 234672
This commit is contained in:
Duncan P. N. Exon Smith 2015-04-11 00:45:24 +00:00
parent 50c065bc7d
commit 5ba747b9b1
1 changed files with 0 additions and 4 deletions
llvm/include/llvm/IR

View File

@ -236,10 +236,6 @@ public:
///
/// Abstracts over direct and identifier-based metadata references.
template <typename T> class DIRef {
friend DIScopeRef DIScope::getContext() const;
friend DIScopeRef DIScope::getRef() const;
friend class DIType;
/// \brief Val can be either a MDNode or a MDString.
///
/// In the latter, MDString specifies the type identifier.