summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-06-03 15:36:31 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-06-03 15:36:31 +0000
commite3986f3e04bb9842bc0ade9b15fc1eb760fd0cb6 (patch)
treefbd3918d37b52fc57bbe9cd8b3eda22c71ea19c0
parentce98452516bc0a743243dc83c04f442db29d2bed (diff)
downloadbcm5719-llvm-e3986f3e04bb9842bc0ade9b15fc1eb760fd0cb6.tar.gz
bcm5719-llvm-e3986f3e04bb9842bc0ade9b15fc1eb760fd0cb6.zip
Remove dead code.
New code should probably use shared_ptr anyway. llvm-svn: 210110
-rw-r--r--lld/include/lld/Core/LLVM.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lld/include/lld/Core/LLVM.h b/lld/include/lld/Core/LLVM.h
index 4f86a490d94..6ad86d6657d 100644
--- a/lld/include/lld/Core/LLVM.h
+++ b/lld/include/lld/Core/LLVM.h
@@ -38,12 +38,6 @@ namespace llvm {
template<typename T>
class ErrorOr;
- // Reference counting.
- template <typename T> class IntrusiveRefCntPtr;
- template <typename T> struct IntrusiveRefCntPtrInfo;
- template <class Derived> class RefCountedBase;
- class RefCountedBaseVPTR;
-
class error_code;
class raw_ostream;
// TODO: DenseMap, ...
@@ -68,12 +62,6 @@ namespace lld {
using llvm::SaveAndRestore;
using llvm::ErrorOr;
- // Reference counting.
- using llvm::IntrusiveRefCntPtr;
- using llvm::IntrusiveRefCntPtrInfo;
- using llvm::RefCountedBase;
- using llvm::RefCountedBaseVPTR;
-
using llvm::error_code;
using llvm::raw_ostream;
} // end namespace lld.
OpenPOWER on IntegriCloud