summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2013-09-12 14:23:42 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-13 11:47:06 +0200
commit9cff511eb8d60a4e36b59ada42cf1e0ed8f0f786 (patch)
tree7858df431fb78be050f0fd584ca7d8cd47a14fb3
parent48586b2bac623605e9f300f8e5380e4f4b484dab (diff)
Remove Q_NO_PACKED_REFERENCE
Leftover. It's not used anywhere. Change-Id: I023a390d84c9ed5dacd2699145f183e8a2317153 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
-rw-r--r--src/corelib/global/qcompilerdetection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h
index dbedfe5ddd..73bf136123 100644
--- a/src/corelib/global/qcompilerdetection.h
+++ b/src/corelib/global/qcompilerdetection.h
@@ -190,7 +190,6 @@
# define Q_REQUIRED_RESULT __attribute__ ((__warn_unused_result__))
# if !defined(QT_MOC_CPP)
# define Q_PACKED __attribute__ ((__packed__))
-# define Q_NO_PACKED_REFERENCE
# ifndef __ARM_EABI__
# define QT_NO_ARM_EABI
# endif
@@ -808,7 +807,6 @@
#endif
#ifndef Q_PACKED
# define Q_PACKED
-# undef Q_NO_PACKED_REFERENCE
#endif
#ifndef Q_LIKELY
# define Q_LIKELY(x) (x)