testlib: Remove commented-out code from plain text logger.

Change-Id: Ica2e294d1f08cac4697d037dbc2803012e0ba58a
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
bb10
Jason McDonald 2012-02-27 14:01:47 +10:00 committed by Qt by Nokia
parent 99d5decbcf
commit 8cacf68cdf
1 changed files with 0 additions and 2 deletions

View File

@ -251,7 +251,6 @@ void QPlainTestLogger::printMessage(const char *type, const char *msg, const cha
outputMessage(buf.data());
}
//void QPlainTestLogger::printBenchmarkResult(const char *bmtag, int value, int iterations)
void QPlainTestLogger::printBenchmarkResult(const QBenchmarkResult &result)
{
const char *bmtag = QTest::benchmarkResult2String();
@ -381,7 +380,6 @@ void QPlainTestLogger::addIncident(IncidentTypes type, const char *description,
void QPlainTestLogger::addBenchmarkResult(const QBenchmarkResult &result)
{
// printBenchmarkResult(QTest::benchmarkResult2String(), value, iterations);
printBenchmarkResult(result);
}