aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/testCellBuffer.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2023-02-05 13:08:47 +1100
committerNeil <nyamatongwe@gmail.com>2023-02-05 13:08:47 +1100
commit19a80e10a74878dedaa310afdc64205a4d01d3ae (patch)
tree8f99fd0b10b9b28406f8d7b6d66abd6d0affc8c8 /test/unit/testCellBuffer.cxx
parentde86ba10d74a0a13a48187ff5631da1aa1710256 (diff)
downloadscintilla-mirror-rel-5-3-3.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.cxx1
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;