summaryrefslogtreecommitdiff
path: root/src/include/verify_build.h
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2012-01-16 12:39:14 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2012-01-16 12:39:14 +0000
commit7fe0c628c220502c5b94a21a7e5f53c4a87b54e2 (patch)
tree8d5071495fccc8a8a8cd1cecde85d27a8d7eaab6 /src/include/verify_build.h
parent4a4c2b0fb83ae4323244794c4457afdec440b31d (diff)
downloadmongo-7fe0c628c220502c5b94a21a7e5f53c4a87b54e2.tar.gz
Remove the WT_SESSION_BUFFER declarations, I missed them.
Diffstat (limited to 'src/include/verify_build.h')
-rw-r--r--src/include/verify_build.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/verify_build.h b/src/include/verify_build.h
index 9df9b4c7b23..db160065edb 100644
--- a/src/include/verify_build.h
+++ b/src/include/verify_build.h
@@ -46,9 +46,6 @@ __wt_verify_build(void)
/* On-disk structures should not be padded. */
SIZE_CHECK(WT_BLOCK_DESC, WT_BLOCK_DESC_SIZE);
- /* Some structures must be aligned correctly. */
- ALIGN_CHECK(WT_SESSION_BUFFER, sizeof(uint32_t));
-
/*
* We mix-and-match 32-bit unsigned values and size_t's, mostly because
* we allocate and handle 32-bit objects, and lots of the underlying C