summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl.cpp
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2018-02-25 14:06:11 -0500
committerMaria van Keulen <maria@mongodb.com>2018-03-01 18:30:42 -0500
commitb7b58a38dd34ac09ed56eb1f306ea6d64f8b2d88 (patch)
tree7531b28cce30cf9f888cb530aeb88ac39e6bcc0c /src/mongo/db/repl/storage_interface_impl.cpp
parent3891613c64a74f058cd23c530c208142287281bc (diff)
downloadmongo-b7b58a38dd34ac09ed56eb1f306ea6d64f8b2d88.tar.gz
SERVER-32272 Remove 3.4 to 3.6-specific UUID handling
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl.cpp')
-rw-r--r--src/mongo/db/repl/storage_interface_impl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl.cpp b/src/mongo/db/repl/storage_interface_impl.cpp
index eb1503f611e..10b4684ba64 100644
--- a/src/mongo/db/repl/storage_interface_impl.cpp
+++ b/src/mongo/db/repl/storage_interface_impl.cpp
@@ -1006,10 +1006,6 @@ StatusWith<OptionalCollectionUUID> StorageInterfaceImpl::getCollectionUUID(
return collection->uuid();
}
-Status StorageInterfaceImpl::upgradeUUIDSchemaVersionNonReplicated(OperationContext* opCtx) {
- return updateUUIDSchemaVersionNonReplicated(opCtx, true);
-}
-
void StorageInterfaceImpl::setStableTimestamp(ServiceContext* serviceCtx, Timestamp snapshotName) {
serviceCtx->getGlobalStorageEngine()->setStableTimestamp(snapshotName);
}