summaryrefslogtreecommitdiff
path: root/src/include/btree.h
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-10-21 16:17:48 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-10-21 16:17:48 +1100
commitc52cd1470721a45a61e9b79fa32c0bf1a5373b12 (patch)
tree82a0f836e3fcad5c5c36d78ad3a28fc3aa9f3ce5 /src/include/btree.h
parent66b91d9dd5fd6078cd0f9bfab0b50db0bee345f4 (diff)
parent5222d8ff8b5eca4a08f1dfa9830cf104cf82ef9e (diff)
downloadmongo-c52cd1470721a45a61e9b79fa32c0bf1a5373b12.tar.gz
Merge branch 'develop' into fine-grained-durability
Diffstat (limited to 'src/include/btree.h')
-rw-r--r--src/include/btree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/btree.h b/src/include/btree.h
index 8ce3268e6b6..b8264593283 100644
--- a/src/include/btree.h
+++ b/src/include/btree.h
@@ -52,8 +52,6 @@
struct __wt_btree {
WT_DATA_HANDLE *dhandle;
- WT_SPINLOCK serial_lock; /* Serial function call spinlock */
-
WT_CKPT *ckpt; /* Checkpoint information */
enum { BTREE_COL_FIX=1, /* Fixed-length column store */