summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp')
-rw-r--r--tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp b/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp
index 3ec9f1cb25..e5bd5e5ae1 100644
--- a/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp
+++ b/tests/auto/corelib/thread/qreadlocker/tst_qreadlocker.cpp
@@ -39,7 +39,6 @@
**
****************************************************************************/
-
#include <QtTest/QtTest>
#include <QCoreApplication>
@@ -68,9 +67,6 @@ class tst_QReadLocker : public QObject
Q_OBJECT
public:
- tst_QReadLocker();
- ~tst_QReadLocker();
-
tst_QReadLockerThread *thread;
void waitForThread()
@@ -88,14 +84,6 @@ private slots:
void lockerStateTest();
};
-tst_QReadLocker::tst_QReadLocker()
-{
-}
-
-tst_QReadLocker::~tst_QReadLocker()
-{
-}
-
void tst_QReadLocker::scopeTest()
{
class ScopeTestThread : public tst_QReadLockerThread