summaryrefslogtreecommitdiff
path: root/src/mongo/base
diff options
context:
space:
mode:
authorDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-03-24 19:39:13 -0400
committerDaniel Gottlieb <daniel.gottlieb@mongodb.com>2018-03-24 19:39:13 -0400
commit6ae04cd9f250fac877df94ecd4ddad33eaf5bc77 (patch)
tree79b85cf7e081ca012ac0a0a75c728f5e1942b891 /src/mongo/base
parentb06203cf7b99d582b2be211f2e8fc5bbca8f3263 (diff)
downloadmongo-6ae04cd9f250fac877df94ecd4ddad33eaf5bc77.tar.gz
SERVER-29213: Have WiredTiger support recoverToStableTimestamp.
Diffstat (limited to 'src/mongo/base')
-rw-r--r--src/mongo/base/status_with.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/base/status_with.h b/src/mongo/base/status_with.h
index 13ebe026377..1092f9bdc87 100644
--- a/src/mongo/base/status_with.h
+++ b/src/mongo/base/status_with.h
@@ -129,7 +129,6 @@ public:
return _status.isOK();
}
-
/**
* This method is a transitional tool, to facilitate transition to compile-time enforced status
* checking.