From 074508c2caf0417bf2cde7d1a55aadbbc88aa742 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Fri, 9 Mar 2012 13:50:19 +1000 Subject: Remove gcc 3.x-specific code from QtConcurrent and its tests. Change-Id: I4dd0ce50b70a47a0a00f4c7ec18077a1bcbe5705 Reviewed-by: Rohan McGovern --- src/concurrent/qtconcurrent_global.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/concurrent/qtconcurrent_global.h b/src/concurrent/qtconcurrent_global.h index 1e26c2321d..897c34fe41 100644 --- a/src/concurrent/qtconcurrent_global.h +++ b/src/concurrent/qtconcurrent_global.h @@ -68,13 +68,6 @@ # endif #endif -// gcc 3 version has problems with some of the -// map/filter overloads. -#if defined(Q_CC_GNU) && (__GNUC__ < 4) -# define QT_NO_CONCURRENT_MAP -# define QT_NO_CONCURRENT_FILTER -#endif - #if defined (Q_CC_MSVC) && (_MSC_VER < 1300) # define QT_TYPENAME #else -- cgit v1.2.3