aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/shared
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-08-12 09:48:03 +0200
committerUlf Hermann <ulf.hermann@qt.io>2020-08-12 12:42:08 +0200
commit73066b77f2cd840b50220436e4e766bf380daa7a (patch)
treedb29d77f7b2e2fb3c1aaec9d43e524b2c644ce76 /tests/auto/shared
parentab7e52377e0470b369f0456b15ae926bd7862ea6 (diff)
TestHTTPServer: Remove dead code
Change-Id: I97ae89e93ee65d55c2d483495da47acac5d54c2b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tests/auto/shared')
-rw-r--r--tests/auto/shared/testhttpserver.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/shared/testhttpserver.cpp b/tests/auto/shared/testhttpserver.cpp
index 6334ef9ddc..f4347f183f 100644
--- a/tests/auto/shared/testhttpserver.cpp
+++ b/tests/auto/shared/testhttpserver.cpp
@@ -189,10 +189,6 @@ bool TestHTTPServer::wait(const QUrl &expect, const QUrl &reply, const QUrl &bod
m_waitData.headerExactMatches.append(line);
}
}
- /*
- while (waitData.endsWith('\n'))
- waitData = waitData.left(waitData.count() - 1);
- */
m_replyData = replyFile.readAll();