remove useless init() function
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 23 Feb 2012 14:26:56 +0000 (15:26 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Feb 2012 19:52:45 +0000 (20:52 +0100)
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>
tests/auto/tools/qmake/tst_qmake.cpp

index 4db09c6..88ff10a 100644 (file)
@@ -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();