From 5b6fd71d3a640900d5a938db2af053111e962fcf Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Wed, 24 Jun 2015 13:22:39 +0200 Subject: [PATCH] tst_qzip: remove unused init()/cleanup() functions Change-Id: I3502e8e20a4496051554dc6fb92ea9bd347cc0f7 Reviewed-by: Oswald Buddenhagen --- tests/auto/gui/text/qzip/tst_qzip.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/auto/gui/text/qzip/tst_qzip.cpp b/tests/auto/gui/text/qzip/tst_qzip.cpp index 90e93881b9..e1ce42b15f 100644 --- a/tests/auto/gui/text/qzip/tst_qzip.cpp +++ b/tests/auto/gui/text/qzip/tst_qzip.cpp @@ -39,9 +39,6 @@ class tst_QZip : public QObject { Q_OBJECT -public slots: - void init(); - void cleanup(); private slots: void basicUnpack(); @@ -50,14 +47,6 @@ private slots: void createArchive(); }; -void tst_QZip::init() -{ -} - -void tst_QZip::cleanup() -{ -} - void tst_QZip::basicUnpack() { QZipReader zip(QFINDTESTDATA("/testdata/test.zip"), QIODevice::ReadOnly);