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:
parent
0957085f3d
commit
494ed1d536
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user