summaryrefslogtreecommitdiff
path: root/src/include/gcc.h
diff options
context:
space:
mode:
authorDavid Hows <david.hows@mongodb.com>2017-01-06 12:12:50 +1100
committerDavid Hows <david.hows@mongodb.com>2017-01-06 12:12:50 +1100
commitd48181f6f4db08761ed7b80b0332908b272ad0d0 (patch)
tree38929fdcc5415ee7b001b6f1a406bd5bd777b737 /src/include/gcc.h
parent040e3d6f764c0fb626cb47fede54469f57d0c6e0 (diff)
parent8d2324943364286056ae399043f70b8a937de312 (diff)
Merge branch 'mongodb-3.6' into mongodb-3.2mongodb-3.2.12
Diffstat (limited to 'src/include/gcc.h')
-rw-r--r--src/include/gcc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gcc.h b/src/include/gcc.h
index ce6afdd6e9c..22d78fc165a 100644
--- a/src/include/gcc.h
+++ b/src/include/gcc.h
@@ -10,8 +10,6 @@
#define WT_SIZET_FMT "zu" /* size_t format string */
/* Add GCC-specific attributes to types and function declarations. */
-#define WT_COMPILER_TYPE_ALIGN(x) __attribute__((aligned(x)))
-
#define WT_PACKED_STRUCT_BEGIN(name) \
struct __attribute__ ((__packed__)) name {
#define WT_PACKED_STRUCT_END \