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>
This commit is contained in:
Oswald Buddenhagen 2012-02-23 15:26:56 +01:00 committed by Qt by Nokia
parent 0957085f3d
commit 494ed1d536

View 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();