From 9cff511eb8d60a4e36b59ada42cf1e0ed8f0f786 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 12 Sep 2013 14:23:42 -0700 Subject: [PATCH] Remove Q_NO_PACKED_REFERENCE Leftover. It's not used anywhere. Change-Id: I023a390d84c9ed5dacd2699145f183e8a2317153 Reviewed-by: Konstantin Ritt Reviewed-by: Olivier Goffart --- src/corelib/global/qcompilerdetection.h | 2 -- 1 file changed, 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)