ADT: Remove uses of ilist_*sentinel_traits, NFC

llvm-svn: 279457
This commit is contained in:
Duncan P. N. Exon Smith 2016-08-22 18:57:44 +00:00
parent 901948a205
commit 475e1dc7f2
1 changed files with 0 additions and 12 deletions

View File

@ -311,18 +311,6 @@ public:
virtual void Profile(llvm::FoldingSetNodeID& hash) const;
};
} // end ento namespace
} // end clang namespace
namespace llvm {
template <>
struct ilist_sentinel_traits<clang::ento::BugReport>
: public ilist_half_embedded_sentinel_traits<clang::ento::BugReport> {};
}
namespace clang {
namespace ento {
//===----------------------------------------------------------------------===//
// BugTypes (collections of related reports).
//===----------------------------------------------------------------------===//