From: Artem Dergachev Date: Thu, 18 Jan 2018 01:40:31 +0000 (+0000) Subject: [analyzer] NFC: Remove unused method - BugReporter::RemoveUnneededCalls(). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ca5636c6152fb5eab302bc20ba8bea4cb4e8920;p=clang [analyzer] NFC: Remove unused method - BugReporter::RemoveUnneededCalls(). 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 --- diff --git a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index cd1355d03b..a5febd8b78 100644 --- a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -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.