]> granicus.if.org Git - clang/commitdiff
delete an undefined method.
authorZhongxing Xu <xuzhongxing@gmail.com>
Wed, 29 Jul 2009 08:00:02 +0000 (08:00 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Wed, 29 Jul 2009 08:00:02 +0000 (08:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77446 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/PathSensitive/BugReporter.h

index 042564e0e04f343f0086cdf389700b866f4c1824..485299518ad30d0443399e5c96b7674d39d24924 100644 (file)
@@ -199,8 +199,7 @@ public:
   const std::string& getCategory() const { return Category; }
 
   virtual void FlushReports(BugReporter& BR);  
-  void AddReport(BugReport* BR);  
-  
+
   typedef llvm::FoldingSet<BugReportEquivClass>::iterator iterator;
   iterator begin() { return EQClasses.begin(); }
   iterator end() { return EQClasses.end(); }