From d23589fcb02a317c2d9d368649a53253f3120f80 Mon Sep 17 00:00:00 2001 From: Aaron Ballman <aaron@aaronballman.com> Date: Fri, 15 Aug 2014 12:34:08 +0000 Subject: [PATCH] There are no overloads of this virtual function, nor are there any callers of it. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215705 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/Analyses/ThreadSafety.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/clang/Analysis/Analyses/ThreadSafety.h b/include/clang/Analysis/Analyses/ThreadSafety.h index 38600912dae..7cd82fdf8cf 100644 --- a/include/clang/Analysis/Analyses/ThreadSafety.h +++ b/include/clang/Analysis/Analyses/ThreadSafety.h @@ -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; } -- GitLab