From 9d2a107da2e5af77dece660b5d2b0958e79dc284 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 11 Mar 2019 15:20:08 +0100 Subject: Remove vacuous tst_QLocale::cleanupTestCase() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8bf9915045dce434f19de9c3745e1be28a833e8f Reviewed-by: Andrei Golubev Reviewed-by: MÃ¥rten Nordheim --- tests/auto/corelib/text/qlocale/tst_qlocale.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') 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(); -- cgit v1.2.3