Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.h
authorErik Verbruggen <erik.verbruggen@digia.com>
Wed, 12 Aug 2015 07:56:55 +0000 (09:56 +0200)
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>
Fri, 14 Aug 2015 07:26:16 +0000 (07:26 +0000)
Change-Id: Ie37194a8a02dd43cdcf2b97670fffe21da04cbf3
Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
src/qml/jsruntime/qv4value_p.h

index 3aa1a6df39c611b8351a29c70f3d47c040d8479f..c0420a38dbe55029adcdda112ba05aeab46e9fc0 100644 (file)
 #include "qv4global_p.h"
 #include <private/qv4heap_p.h>
 
-#ifndef Q_ALWAYS_INLINE
-#if defined(Q_CC_GNU)
-#  define Q_ALWAYS_INLINE inline __attribute__((always_inline))
-#elif defined(Q_CC_MSVC)
-#  define Q_ALWAYS_INLINE __forceinline
-#else
-#  define Q_ALWAYS_INLINE inline
-#endif
-#endif // Q_ALWAYS_INLINE
-
 QT_BEGIN_NAMESPACE
 
 namespace QV4 {