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 | 4270f2252efd78f6711e25e36c6d22556c90177a (patch) | |
tree | 3754182480ec3f32d39fe80f4f5d94e78dec26d0 /cppcheck.suppress | |
parent | 14483d14cbf29366f6f0839bd3683f3bfb8c046a (diff) | |
download | scintilla-mirror-4270f2252efd78f6711e25e36c6d22556c90177a.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
|