From fdbd6e688f65c7eda7492c0d820ed586d4baf6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 8 Jan 2018 18:55:00 +0100 Subject: [PATCH] Remove unused function --- lib/check.h | 4 ---- 1 file changed, 4 deletions(-) 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: