summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrent_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/qtconcurrent_global.h')
-rw-r--r--src/concurrent/qtconcurrent_global.h7
1 files changed, 0 insertions, 7 deletions
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