From 1fad83bac6d8606296588a688862f3883ea6f0d1 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Tue, 4 Oct 2011 14:22:40 +1000 Subject: Remove last remnants of symbian in autotests. Change-Id: I91489614653cfe4bcf16b723976e33531402a464 Reviewed-on: http://codereview.qt-project.org/5948 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern --- tests/auto/collections/tst_collections.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/auto/collections/tst_collections.cpp') diff --git a/tests/auto/collections/tst_collections.cpp b/tests/auto/collections/tst_collections.cpp index 80779484c5..f09ff06234 100644 --- a/tests/auto/collections/tst_collections.cpp +++ b/tests/auto/collections/tst_collections.cpp @@ -3394,11 +3394,7 @@ void tst_Collections::forwardDeclared() { typedef QMultiHash C; C *x = 0; C::iterator i; C::const_iterator j; Q_UNUSED(x) } { typedef QMap C; C *x = 0; C::iterator i; C::const_iterator j; Q_UNUSED(x) } { typedef QMultiMap C; C *x = 0; C::iterator i; C::const_iterator j; Q_UNUSED(x) } -#if !defined(Q_CC_RVCT) - // RVCT can't handle forward declared template parameters if those are used to declare - // class members inside templated class. { typedef QPair C; C *x = 0; Q_UNUSED(x) } -#endif { typedef QList C; C *x = 0; C::iterator i; C::const_iterator j; Q_UNUSED(x) } { typedef QLinkedList C; C *x = 0; C::iterator i; C::const_iterator j; Q_UNUSED(x) } { typedef QVector C; C *x = 0; C::iterator i; C::const_iterator j; Q_UNUSED(x) Q_UNUSED(i) Q_UNUSED(j) } -- cgit v1.2.3