diff --git a/lib/check.h b/lib/check.h index 2b75e6802..193ccf323 100644 --- a/lib/check.h +++ b/lib/check.h @@ -88,10 +88,6 @@ public: */ static void reportError(const ErrorLogger::ErrorMessage &errmsg); - bool inconclusiveFlag() const { - return _settings && _settings->inconclusive; - } - /** Base class used for whole-program analysis */ class FileInfo { public: