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)
commit494ed1d53603e82ecdc20d766464be2b817145ae
tree10e35b65ce86c71be004bfeafc37ec6400b675a8
parent0957085f3d5cd6555e1018e480b14982fe604fb7
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>
tests/auto/tools/qmake/tst_qmake.cpp