r322804 - [analyzer] NFC: Remove unused method - BugReporter::RemoveUnneededCalls().

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 17:40:31 PST 2018


Author: dergachev
Date: Wed Jan 17 17:40:31 2018
New Revision: 322804

URL: http://llvm.org/viewvc/llvm-project?rev=322804&view=rev
Log:
[analyzer] NFC: Remove unused method - BugReporter::RemoveUnneededCalls().

Patch by Henry Wong!

Differential Revision: https://reviews.llvm.org/D42106

Modified:
    cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h

Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h?rev=322804&r1=322803&r2=322804&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h Wed Jan 17 17:40:31 2018
@@ -470,8 +470,6 @@ public:
     return true;
   }
 
-  bool RemoveUnneededCalls(PathPieces &pieces, BugReport *R);
-
   void Register(BugType *BT);
 
   /// \brief Add the given report to the set of reports tracked by BugReporter.




More information about the cfe-commits mailing list