OSDN Git Service

remove unused TEST_FILE() from declarative compilation benchmark
authorIvailo Monev <xakepa10@laimg.moc>
Tue, 24 Mar 2020 03:15:45 +0000 (03:15 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Tue, 24 Mar 2020 03:15:45 +0000 (03:15 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
tests/benchmarks/declarative/compilation/tst_compilation.cpp

index f343eb8..b5a2680 100644 (file)
@@ -53,11 +53,6 @@ tst_compilation::tst_compilation()
 {
 }
 
-inline QUrl TEST_FILE(const QString &filename)
-{
-    return QUrl::fromLocalFile(QLatin1String(SRCDIR) + QLatin1String("/data/") + filename);
-}
-
 void tst_compilation::boomblock()
 {
     QFile f(QLatin1String(SRCDIR) + QLatin1String("/data/BoomBlock.qml"));