summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestlog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtestlog.cpp')
-rw-r--r--src/testlib/qtestlog.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/testlib/qtestlog.cpp b/src/testlib/qtestlog.cpp
index 36b69e1155..0a87a4ce14 100644
--- a/src/testlib/qtestlog.cpp
+++ b/src/testlib/qtestlog.cpp
@@ -281,15 +281,6 @@ void QTestLog::addBenchmarkResult(const QBenchmarkResult &result)
QTest::testLogger->addBenchmarkResult(result);
}
-void QTestLog::startLogging(unsigned int randomSeed)
-{
- QTEST_ASSERT(!QTest::testLogger);
- QTest::initLogger();
- QTest::testLogger->registerRandomSeed(randomSeed);
- QTest::testLogger->startLogging(QTest::outFile);
- QTest::oldMessageHandler = qInstallMsgHandler(QTest::messageHandler);
-}
-
void QTestLog::startLogging()
{
QTEST_ASSERT(!QTest::testLogger);