aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-02-02 10:20:30 +1100
committerNeil <nyamatongwe@gmail.com>2017-02-02 10:20:30 +1100
commitcc400356244581365388088622fd154e7c713073 (patch)
tree64b6eb05be903fc9e3fccd3edab98d19e810d667
parent46364f5a2859fea503cf364075260c97f1222f56 (diff)
downloadscintilla-mirror-cc400356244581365388088622fd154e7c713073.tar.gz
Remove suppression no longer required by Cppcheck 1.77.
-rw-r--r--cppcheck.suppress3
1 files changed, 0 insertions, 3 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress
index e6313e253..7a0b9cc01 100644
--- a/cppcheck.suppress
+++ b/cppcheck.suppress
@@ -8,9 +8,6 @@ useInitializationList
// Some non-explicit constructors are used for conversions or are private to lexers
noExplicitConstructor
-// cppcheck does not understand private methods can be called from static methods
-unusedPrivateFunction:scintilla/win32/PlatWin.cxx
-
// ScintillaDocument is providing an API and there are no consumers of the API inside Scintilla
unusedFunction:scintilla/qt/ScintillaEdit/ScintillaDocument.cpp