There are no overloads of this virtual function, nor are there any callers of it. NFC.

llvm-svn: 215705
This commit is contained in:
Aaron Ballman 2014-08-15 12:34:08 +00:00
parent b00885898e
commit 5c98a23e80
1 changed files with 0 additions and 3 deletions

View File

@ -188,9 +188,6 @@ public:
/// Called by the analysis when finishing analysis of a function.
virtual void leaveFunction(const FunctionDecl *FD) {}
/// Return the number of errors found within this function so far.
virtual int numErrors() { return 0; }
bool issueBetaWarnings() { return IssueBetaWarnings; }
void setIssueBetaWarnings(bool b) { IssueBetaWarnings = b; }