From 930e750b7aca024b839c9856cfcc79aab8c0abbc Mon Sep 17 00:00:00 2001 From: BogDan Vatra Date: Thu, 9 Jun 2016 11:17:54 +0300 Subject: Remove duplicated QT_HAS_BUILTIN define QT_HAS_BUILTIN is already defined in qcompilerdetection.h which is included in qglobal.h which is included in this header file. Task-number: QTBUG-54068 Change-Id: I46c2e13d85fc21d3e6c426d0f35a584b21ae792b Reviewed-by: Kai Koehne --- src/corelib/global/qendian.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/global/qendian.h b/src/corelib/global/qendian.h index c2028289a7..4e9cd2e6e3 100644 --- a/src/corelib/global/qendian.h +++ b/src/corelib/global/qendian.h @@ -49,12 +49,6 @@ QT_BEGIN_NAMESPACE -#ifdef __has_builtin -# define QT_HAS_BUILTIN(x) __has_builtin(x) -#else -# define QT_HAS_BUILTIN(x) 0 -#endif - /* * ENDIAN FUNCTIONS */ -- cgit v1.2.3