aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unit/testPartitioning.cxx3
1 files changed, 0 insertions, 3 deletions
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") {