TaskTree test: Remove unused static variable

Change-Id: Idaf2e4bc07d439f2de5a353929f7df8bd08da67f
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2023-08-31 19:32:03 +02:00
parent 8eed7c126a
commit b8bd57adb7

View File

@@ -50,7 +50,6 @@ private:
};
int CustomStorage::s_count = 0;
static const char s_taskIdProperty[] = "__taskId";
struct TestData {
TreeStorage<CustomStorage> storage;