]> granicus.if.org Git - clang/commitdiff
ADT: Remove uses of ilist_*sentinel_traits, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 22 Aug 2016 18:57:44 +0000 (18:57 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Mon, 22 Aug 2016 18:57:44 +0000 (18:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279457 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h

index 02f56fc6bf99e3e096b419a25669f32d17b7db78..0ab8b29c3e0370e9d3857ffb6d459055f28b17a5 100644 (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).
 //===----------------------------------------------------------------------===//