summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-11-21 14:52:15 +1000
committerQt by Nokia <qt-info@nokia.com>2011-11-21 08:30:26 +0100
commitddefed547a702b102f68e76848427388528ff00f (patch)
tree90fb2eab8c9eebf30ef0cce81fe5d187db151e2f /tests/auto/corelib/tools
parentd8ac62c6ecf66fb1d3a862d401ad08c1858e9984 (diff)
Remove empty functions from QLocale test.
These functions have been commented-out and empty for more than five years. Change-Id: I52d6dc0366cd8eae8701b05e4c66e9911bf7e8f7 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/corelib/tools')
-rw-r--r--tests/auto/corelib/tools/qlocale/tst_qlocale.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
index b65cd44308..9a41db153a 100644
--- a/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
+++ b/tests/auto/corelib/tools/qlocale/tst_qlocale.cpp
@@ -691,16 +691,6 @@ void tst_QLocale::long_long_conversion_extra()
QCOMPARE(l.toString((qulonglong)12345), QString("12,345"));
}
-/*
-void tst_QLocale::languageToString()
-{
-}
-
-void tst_QLocale::setDefault()
-{
-}
-*/
-
void tst_QLocale::testInfAndNan()
{
double neginf = log(0.0);