summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 81d2af64fd..065bd5c358 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -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)
{