summaryrefslogtreecommitdiffstats
path: root/src/testlib/qabstracttestlogger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qabstracttestlogger.cpp')
-rw-r--r--src/testlib/qabstracttestlogger.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testlib/qabstracttestlogger.cpp b/src/testlib/qabstracttestlogger.cpp
index 0d115b0b3e..f7d8842c4c 100644
--- a/src/testlib/qabstracttestlogger.cpp
+++ b/src/testlib/qabstracttestlogger.cpp
@@ -76,13 +76,6 @@ QAbstractTestLogger::~QAbstractTestLogger()
QTEST_ASSERT(stream);
if (stream != stdout) {
fclose(stream);
- } else {
-#ifdef Q_OS_SYMBIAN
- // Convenience sleep for Symbian and TRK. Without this sleep depending on the timing the
- // user would not see the complete output because it is still pending in any of the buffers
- // before arriving via the USB port on the development PC
- User::AfterHighRes(2*1000*1000);
-#endif
}
stream = 0;
}