diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-11 00:45:24 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-04-11 00:45:24 +0000 |
commit | 5ba747b9b1f5f46138dddfd7473554ec13b5e42f (patch) | |
tree | 802d7af250890c9bf2181de40632c517596681b5 | |
parent | 50c065bc7d84a73cdd63a39d811ee8eb392f4712 (diff) | |
download | bcm5719-llvm-5ba747b9b1f5f46138dddfd7473554ec13b5e42f.tar.gz bcm5719-llvm-5ba747b9b1f5f46138dddfd7473554ec13b5e42f.zip |
DebugInfo: Remove dead DIRef friends
llvm-svn: 234672
-rw-r--r-- | llvm/include/llvm/IR/DebugInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/IR/DebugInfo.h b/llvm/include/llvm/IR/DebugInfo.h index 65c10347911..beb5c5769f1 100644 --- a/llvm/include/llvm/IR/DebugInfo.h +++ b/llvm/include/llvm/IR/DebugInfo.h @@ -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. |