summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/io/qdiriterator/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/corelib/io/qdiriterator/main.cpp')
-rw-r--r--tests/benchmarks/corelib/io/qdiriterator/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/benchmarks/corelib/io/qdiriterator/main.cpp b/tests/benchmarks/corelib/io/qdiriterator/main.cpp
index 5b10a4a689..367913338f 100644
--- a/tests/benchmarks/corelib/io/qdiriterator/main.cpp
+++ b/tests/benchmarks/corelib/io/qdiriterator/main.cpp
@@ -95,12 +95,7 @@ static int posix_helper(const wchar_t *dirpath, size_t length)
Q_ASSERT(MAX_PATH > length + 3);
wcsncpy(appendedPath, dirpath, length);
wcscpy(appendedPath + length, L"\\*");
-#ifndef Q_OS_WINRT
hSearch = FindFirstFile(appendedPath, &fd);
-#else
- hSearch = FindFirstFileEx(appendedPath, FindExInfoStandard, &fd,
- FindExSearchNameMatch, NULL, FIND_FIRST_EX_LARGE_FETCH);
-#endif
if (hSearch == INVALID_HANDLE_VALUE) {
qWarning("FindFirstFile failed");