summaryrefslogtreecommitdiff
path: root/src/txn/txn_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/txn/txn_log.c')
-rw-r--r--src/txn/txn_log.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/txn/txn_log.c b/src/txn/txn_log.c
index c7d83d1db64..f9dd9bee807 100644
--- a/src/txn/txn_log.c
+++ b/src/txn/txn_log.c
@@ -450,11 +450,10 @@ __wt_txn_truncate_log(
* __wt_txn_truncate_end --
* Finish truncating a range of a file.
*/
-int
+void
__wt_txn_truncate_end(WT_SESSION_IMPL *session)
{
F_CLR(session, WT_SESSION_LOGGING_INMEM);
- return (0);
}
/*