From 6ecf3b0fe2e8a157cd1ceaa72c28c750ccc25d8c Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Wed, 18 Oct 2023 13:36:55 +1100 Subject: Remove unused values that caused warnings. --- test/unit/testPartitioning.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/unit/testPartitioning.cxx b/test/unit/testPartitioning.cxx index 5eef60c39..4ba470c82 100644 --- a/test/unit/testPartitioning.cxx +++ b/test/unit/testPartitioning.cxx @@ -22,9 +22,6 @@ using namespace Scintilla::Internal; -constexpr int lengthTestArray = 8; -static const int testArray[lengthTestArray] = {3, 4, 5, 6, 7, 8, 9, 10}; - // Test Partitioning. TEST_CASE("CompileCopying Partitioning") { -- cgit v1.2.3