From 6a3fcde80d60660b486c6948d3a8b382ba1c23b0 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Mon, 22 Aug 2016 18:57:44 +0000 Subject: [PATCH] ADT: Remove uses of ilist_*sentinel_traits, NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279457 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index 02f56fc6bf..0ab8b29c3e 100644 --- a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -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 - : public ilist_half_embedded_sentinel_traits {}; -} - -namespace clang { -namespace ento { - //===----------------------------------------------------------------------===// // BugTypes (collections of related reports). //===----------------------------------------------------------------------===// -- 2.50.1