From b8bd57adb78efebf2da0a31b4b0988278d0fca04 Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Thu, 31 Aug 2023 19:32:03 +0200 Subject: [PATCH] TaskTree test: Remove unused static variable Change-Id: Idaf2e4bc07d439f2de5a353929f7df8bd08da67f Reviewed-by: Reviewed-by: hjk --- tests/auto/solutions/tasking/tst_tasking.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/solutions/tasking/tst_tasking.cpp b/tests/auto/solutions/tasking/tst_tasking.cpp index 57d95a5f4de..707e1f1b42d 100644 --- a/tests/auto/solutions/tasking/tst_tasking.cpp +++ b/tests/auto/solutions/tasking/tst_tasking.cpp @@ -50,7 +50,6 @@ private: }; int CustomStorage::s_count = 0; -static const char s_taskIdProperty[] = "__taskId"; struct TestData { TreeStorage storage;