diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-24 09:39:22 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-24 09:39:22 +1000 |
commit | aba660e18c19beaada7cc75c21a81760c0ee976e (patch) | |
tree | fada3bd4de43ec4aa6de3775e163e48104d37ca0 /cppcheck.suppress | |
parent | aff335283c4ea47a38375ef6950ee2c285ddee70 (diff) | |
download | scintilla-mirror-aba660e18c19beaada7cc75c21a81760c0ee976e.tar.gz |
Remove suppression that is no longer needed.
Diffstat (limited to 'cppcheck.suppress')
-rw-r--r-- | cppcheck.suppress | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcheck.suppress b/cppcheck.suppress index 483822454..10bf9dbf3 100644 --- a/cppcheck.suppress +++ b/cppcheck.suppress @@ -26,7 +26,6 @@ variableScope:scintilla/lexers/LexOpal.cxx variableScope:scintilla/lexers/LexOthers.cxx
variableScope:scintilla/lexers/LexPB.cxx
noCopyConstructor:scintilla/lexers/LexPerl.cxx
-variableScope:scintilla/lexers/LexPS.cxx
variableScope:scintilla/lexers/LexRuby.cxx
uninitMemberVar:scintilla/lexers/LexRuby.cxx
variableScope:scintilla/lexers/LexSpecman.cxx
|