From 19a80e10a74878dedaa310afdc64205a4d01d3ae Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 5 Feb 2023 13:08:47 +1100 Subject: Update suppressions for Cppcheck 2.10. Remove unused variable. --- test/unit/testCellBuffer.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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; -- cgit v1.2.3