summaryrefslogtreecommitdiff
path: root/tests/auto/tools/qmake/tst_qmake.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-23 15:26:56 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-27 20:52:45 +0100
commit494ed1d53603e82ecdc20d766464be2b817145ae (patch)
tree10e35b65ce86c71be004bfeafc37ec6400b675a8 /tests/auto/tools/qmake/tst_qmake.cpp
parent0957085f3d5cd6555e1018e480b14982fe604fb7 (diff)
downloadqtbase-494ed1d53603e82ecdc20d766464be2b817145ae.tar.gz
remove useless init() function
it did the same cleanup() did, and they are always called consecutively anyway (except at start and end where it does not matter). Change-Id: I4c82024d19d6c670f1f4037d43147a15680614ae Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tests/auto/tools/qmake/tst_qmake.cpp')
-rw-r--r--tests/auto/tools/qmake/tst_qmake.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/tools/qmake/tst_qmake.cpp b/tests/auto/tools/qmake/tst_qmake.cpp
index 4db09c6c4b..88ff10a764 100644
--- a/tests/auto/tools/qmake/tst_qmake.cpp
+++ b/tests/auto/tools/qmake/tst_qmake.cpp
@@ -57,7 +57,6 @@ public:
public slots:
void initTestCase();
void cleanupTestCase();
- void init();
void cleanup();
private slots:
@@ -131,11 +130,6 @@ void tst_qmake::cleanupTestCase()
{
}
-void tst_qmake::init()
-{
- test_compiler.clearCommandOutput();
-}
-
void tst_qmake::cleanup()
{
test_compiler.resetArguments();