Remove unused function
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 26 Aug 2011 08:36:59 +0000 (18:36 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 29 Aug 2011 04:49:24 +0000 (06:49 +0200)
Change-Id: I04eea17a3674beb59c84e3992f9bb2754f7b3525
Reviewed-on: http://codereview.qt.nokia.com/3646
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
src/testlib/qtestcase.cpp

index 81d2af6..065bd5c 100644 (file)
@@ -972,12 +972,6 @@ void seedRandom()
     }
 }
 
-int qTestRandomSeed()
-{
-    Q_ASSERT(QTest::seedSet);
-    return QTest::seed;
-}
-
 template<typename T>
 void swap(T * array, int pos, int otherPos)
 {