aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4value_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2015-08-12 09:56:55 +0200
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-08-14 07:26:16 +0000
commit10cd8b9941a71bd939ccb97d9279d598aeaf0f37 (patch)
tree0a9fa434d3d49451ebd37ee56b10e161971430c6 /src/qml/jsruntime/qv4value_p.h
parentb5572010798198de7b58ca3b905cb2691a316d1a (diff)
Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.h
Change-Id: Ie37194a8a02dd43cdcf2b97670fffe21da04cbf3 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
Diffstat (limited to 'src/qml/jsruntime/qv4value_p.h')
-rw-r--r--src/qml/jsruntime/qv4value_p.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/qml/jsruntime/qv4value_p.h b/src/qml/jsruntime/qv4value_p.h
index 3aa1a6df39..c0420a38db 100644
--- a/src/qml/jsruntime/qv4value_p.h
+++ b/src/qml/jsruntime/qv4value_p.h
@@ -39,16 +39,6 @@
#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 {