summaryrefslogtreecommitdiffstats
path: root/src/testlib/qbenchmarkvalgrind.cpp
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-06-19 18:22:44 -0700
committerQt by Nokia <qt-info@nokia.com>2012-06-21 10:55:39 +0200
commitfd1b7b4cac63e80b2fd93680287c44ab91f8faca (patch)
tree0dcce1ff3693a4cab08c3ae9a28427282aac3a74 /src/testlib/qbenchmarkvalgrind.cpp
parentc7e21f392355fddcf586815ed42279a3663bf981 (diff)
Remove QWS references from testlib
Change-Id: Iad52a5c44b27cb11a47987c9f8890cc67b557fb7 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/testlib/qbenchmarkvalgrind.cpp')
-rw-r--r--src/testlib/qbenchmarkvalgrind.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testlib/qbenchmarkvalgrind.cpp b/src/testlib/qbenchmarkvalgrind.cpp
index c4a4990a36..a2c7345be3 100644
--- a/src/testlib/qbenchmarkvalgrind.cpp
+++ b/src/testlib/qbenchmarkvalgrind.cpp
@@ -195,13 +195,6 @@ bool QBenchmarkValgrindUtils::runCallgrindSubProcess(const QStringList &origAppA
<< QLatin1String("--quiet")
<< execFile << QLatin1String("-callgrindchild");
-#if (defined Q_WS_QWS)
- // While running the child process, we aren't processing events, and hence aren't
- // acting as the QWS server. Therefore it's necessary to tell the child to act
- // as its own server instead of connecting to us.
- args << QLatin1String("-qws");
-#endif
-
// pass on original arguments that make sense (e.g. avoid wasting time producing output
// that will be ignored anyway) ...
for (int i = 1; i < origAppArgs.size(); ++i) {