summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-12-16 13:36:17 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-12-16 13:36:17 -0500
commit52defc697dbfefe377f65171ba19bbac15825c41 (patch)
treea3823efcbe893e9c0612e0ab54bdd1e8febacbb0
parent65fac413d1cef68fb8c2d4a9c6625409ba700986 (diff)
downloadmongo-52defc697dbfefe377f65171ba19bbac15825c41.tar.gz
Remove WT_SESSION.compaction, replaced by WT_SESSION.compact_state.
-rw-r--r--src/include/session.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/session.h b/src/include/session.h
index b488f62c8d5..1eca49f2c40 100644
--- a/src/include/session.h
+++ b/src/include/session.h
@@ -137,8 +137,6 @@ struct WT_COMPILER_TYPE_ALIGN(WT_CACHE_LINE_ALIGNMENT) __wt_session_impl {
void *reconcile; /* Reconciliation support */
int (*reconcile_cleanup)(WT_SESSION_IMPL *);
- bool compaction; /* Compaction did some work */
-
uint32_t flags;
/*