diff options
author | Neil <nyamatongwe@gmail.com> | 2023-02-05 13:08:47 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-02-05 13:08:47 +1100 |
commit | 19a80e10a74878dedaa310afdc64205a4d01d3ae (patch) | |
tree | 8f99fd0b10b9b28406f8d7b6d66abd6d0affc8c8 /test/unit/testCellBuffer.cxx | |
parent | de86ba10d74a0a13a48187ff5631da1aa1710256 (diff) | |
download | scintilla-mirror-19a80e10a74878dedaa310afdc64205a4d01d3ae.tar.gz |
Update suppressions for Cppcheck 2.10. Remove unused variable.rel-5-3-3
Diffstat (limited to 'test/unit/testCellBuffer.cxx')
-rw-r--r-- | test/unit/testCellBuffer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/testCellBuffer.cxx b/test/unit/testCellBuffer.cxx index b6735339a..cb69e7756 100644 --- a/test/unit/testCellBuffer.cxx +++ b/test/unit/testCellBuffer.cxx @@ -445,7 +445,6 @@ TEST_CASE("CharacterIndex") { TEST_CASE("ChangeHistory") { ChangeHistory il; - const EditionSet empty; struct Spanner { Sci::Position position = 0; Sci::Position length = 0; |