summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/msvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/msvc.h')
-rw-r--r--src/third_party/wiredtiger/src/include/msvc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/third_party/wiredtiger/src/include/msvc.h b/src/third_party/wiredtiger/src/include/msvc.h
index d5be5bd8c60..6c5c8b67647 100644
--- a/src/third_party/wiredtiger/src/include/msvc.h
+++ b/src/third_party/wiredtiger/src/include/msvc.h
@@ -19,8 +19,6 @@
/*
* Add MSVC-specific attributes and pragmas to types and function declarations.
*/
-#define WT_COMPILER_TYPE_ALIGN(x) __declspec(align(x))
-
#define WT_PACKED_STRUCT_BEGIN(name) \
__pragma(pack(push,1)) \
struct name {