diff options
Diffstat (limited to 'src/include/gcc.h')
| -rw-r--r-- | src/include/gcc.h | 2 |
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 \ |
