summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/global/qcompilerdetection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/global/qcompilerdetection.h b/src/corelib/global/qcompilerdetection.h
index 73bf136123..ffd25ed07d 100644
--- a/src/corelib/global/qcompilerdetection.h
+++ b/src/corelib/global/qcompilerdetection.h
@@ -805,9 +805,6 @@
#ifndef Q_NORETURN
# define Q_NORETURN
#endif
-#ifndef Q_PACKED
-# define Q_PACKED
-#endif
#ifndef Q_LIKELY
# define Q_LIKELY(x) (x)
#endif