Remove vacuous tst_QLocale::cleanupTestCase()

Change-Id: I8bf9915045dce434f19de9c3745e1be28a833e8f
Reviewed-by: Andrei Golubev <andrei.golubev@qt.io>
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
bb10
Edward Welbourne 2019-03-11 15:20:08 +01:00
parent 4139afafac
commit 9d2a107da2
1 changed files with 0 additions and 4 deletions

View File

@ -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();