]> granicus.if.org Git - clang/commitdiff
[analyzer] NFC: Remove unused method - BugReporter::RemoveUnneededCalls().
authorArtem Dergachev <artem.dergachev@gmail.com>
Thu, 18 Jan 2018 01:40:31 +0000 (01:40 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Thu, 18 Jan 2018 01:40:31 +0000 (01:40 +0000)
Patch by Henry Wong!

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322804 91177308-0d34-0410-b5e6-96231b3b80d8

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

index cd1355d03b63928cb2ab3e5710ea0c8d14945675..a5febd8b78fadafd809f8f790e9ae76bf8f1fbc0 100644 (file)
@@ -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.