summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRafael Roquetto <rafael.roquetto.qnx@kdab.com>2013-01-02 17:28:43 -0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-04 18:43:19 +0100
commitfaaaa68db4d36efa239025fc6f9bdbe5d1112eff (patch)
tree35ce0e58865bafbf696f37e7fc3b823ce9c9426a /src
parentcc69dff01ba8817fd12155cbb26e0cf27faae3e8 (diff)
Remove redundant Q_OS_BLACKBERRY define check.
Q_OS_QNX is always implied by Q_OS_BLACKBERRY Change-Id: Ic07a967ab9a45b3c6c088aa8399bab823b9a413e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/global/qcompilerdetection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h
index 7fae3d9dbc..f65fa01538 100644
--- a/src/corelib/global/qcompilerdetection.h
+++ b/src/corelib/global/qcompilerdetection.h
@@ -693,7 +693,7 @@
#endif /* Q_CC_MSVC */
#ifdef __cplusplus
-# if defined(Q_OS_BLACKBERRY) || defined(Q_OS_QNX)
+# if defined(Q_OS_QNX)
# include <utility>
# if defined(_YVALS) || defined(_LIBCPP_VER)
// QNX: libcpp (Dinkumware-based) doesn't have the <initializer_list>
@@ -704,7 +704,7 @@
# endif
# endif
# endif
-#endif // Q_OS_BLACKBERRY || Q_OS_QNX
+#endif // Q_OS_QNX
/*
* C++11 keywords and expressions