summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2022-10-25 09:19:30 -0700
committerThiago Macieira <thiago.macieira@intel.com>2022-10-25 18:33:14 -0700
commitc2445aeadb4ee49667d75ae0ed7162fd9fb3aec4 (patch)
tree86f9f05c9a33be2a5fb14a59b77d04e3088f6d5f /tests/auto/corelib/io
parentd18d34134115d003808a7284c095bed694ebf685 (diff)
tst_QFile: remove unused variable on Windows
Removes a warning in the build. Pick-to: 6.4 Change-Id: I07ec23f3cb174fb197c3fffd17215c40b40333cb Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/corelib/io')
-rw-r--r--tests/auto/corelib/io/qfile/tst_qfile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qfile/tst_qfile.cpp b/tests/auto/corelib/io/qfile/tst_qfile.cpp
index 1f3523b791..625de41795 100644
--- a/tests/auto/corelib/io/qfile/tst_qfile.cpp
+++ b/tests/auto/corelib/io/qfile/tst_qfile.cpp
@@ -1557,7 +1557,6 @@ void tst_QFile::copyFallback()
#if defined(Q_OS_WIN)
static QString getWorkingDirectoryForLink(const QString &linkFileName)
{
- bool neededCoInit = false;
QString ret;
QComHelper comHelper;