summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/text/qlocale/tst_qlocale.cpp')
-rw-r--r--tests/auto/corelib/text/qlocale/tst_qlocale.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
index 998b491298..c21da6a1df 100644
--- a/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
+++ b/tests/auto/corelib/text/qlocale/tst_qlocale.cpp
@@ -68,7 +68,6 @@ public:
private slots:
void initTestCase();
- void cleanupTestCase();
#if defined(Q_OS_WIN)
void windowsDefaultLocale();
#endif
@@ -218,9 +217,6 @@ void tst_QLocale::initTestCase()
#endif // QT_CONFIG(process)
}
-void tst_QLocale::cleanupTestCase()
-{}
-
void tst_QLocale::ctor()
{
QLocale default_locale = QLocale::system();