diff options
author | Keith Bostic <keith@wiredtiger.com> | 2015-12-16 13:36:17 -0500 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2015-12-16 13:36:17 -0500 |
commit | 52defc697dbfefe377f65171ba19bbac15825c41 (patch) | |
tree | a3823efcbe893e9c0612e0ab54bdd1e8febacbb0 /src/include/session.h | |
parent | 65fac413d1cef68fb8c2d4a9c6625409ba700986 (diff) | |
download | mongo-52defc697dbfefe377f65171ba19bbac15825c41.tar.gz |
Remove WT_SESSION.compaction, replaced by WT_SESSION.compact_state.
Diffstat (limited to 'src/include/session.h')
-rw-r--r-- | src/include/session.h | 2 |
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; /* |