Clang: remove the QT_NO_RTTI macro declaration

It's not used anywhere in Qt and this was the only definition.

Change-Id: Id69569111e7d4e619e22ffff144daa82a1259cbd
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
This commit is contained in:
Thiago Macieira 2016-05-11 17:28:51 -07:00
parent a7adf3ea1d
commit 73e943d967

View File

@ -650,9 +650,6 @@
/* General C++ features */ /* General C++ features */
# define Q_COMPILER_RESTRICTED_VLA # define Q_COMPILER_RESTRICTED_VLA
# define Q_COMPILER_THREADSAFE_STATICS # define Q_COMPILER_THREADSAFE_STATICS
# if !__has_feature(cxx_rtti)
# define QT_NO_RTTI
# endif
# if __has_feature(attribute_deprecated_with_message) # if __has_feature(attribute_deprecated_with_message)
# define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
# endif # endif