summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qcache/tst_qcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qcache/tst_qcache.cpp')
-rw-r--r--tests/auto/corelib/tools/qcache/tst_qcache.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/auto/corelib/tools/qcache/tst_qcache.cpp b/tests/auto/corelib/tools/qcache/tst_qcache.cpp
index 2c1f256313..cc00fe3fa5 100644
--- a/tests/auto/corelib/tools/qcache/tst_qcache.cpp
+++ b/tests/auto/corelib/tools/qcache/tst_qcache.cpp
@@ -49,11 +49,6 @@
class tst_QCache : public QObject
{
Q_OBJECT
-
-public:
- tst_QCache();
- virtual ~tst_QCache();
-
public slots:
void initTestCase();
void cleanupTestCase();
@@ -82,14 +77,6 @@ struct Foo {
int Foo::count = 0;
-tst_QCache::tst_QCache()
-{
-}
-
-tst_QCache::~tst_QCache()
-{
-}
-
void tst_QCache::initTestCase()
{
Foo::count = 0;