Remove extraneous text after #if

Added by accident in 0ac2dca977, but
apparently no one is compiling with ICC.

Change-Id: I052407b777ec43f78378fffd153116c06362bfd7
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Thiago Macieira 2018-05-22 19:06:04 -03:00
parent f9421af66e
commit 5b2d33db7c

View File

@ -629,7 +629,7 @@
# define Q_COMPILER_THREAD_LOCAL # define Q_COMPILER_THREAD_LOCAL
# define Q_COMPILER_UDL # define Q_COMPILER_UDL
# endif # endif
# elif defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L s # elif defined(__STDC_VERSION__) && __STDC_VERSION__ > 199901L
// C11 features supported. Only tested with ICC 17 and up. // C11 features supported. Only tested with ICC 17 and up.
# define Q_COMPILER_STATIC_ASSERT # define Q_COMPILER_STATIC_ASSERT
# if __has_include(<threads.h>) # if __has_include(<threads.h>)