summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer.h
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2020-03-23 16:08:10 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-24 19:10:40 +0000
commit52aa42a9f55b4d852d16cd1a53a1fdafda754129 (patch)
tree2ffc2bc70f8a6f42a26a4cad40511b3285ccb4a4 /src/mongo/db/op_observer.h
parent2e9edb0ffaeb66ef09969814180bb748e8d5082d (diff)
downloadmongo-52aa42a9f55b4d852d16cd1a53a1fdafda754129.tar.gz
SERVER-45017 Remove index commands upgrade/downgrade code when 4.4 becomes last stable
Diffstat (limited to 'src/mongo/db/op_observer.h')
-rw-r--r--src/mongo/db/op_observer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/op_observer.h b/src/mongo/db/op_observer.h
index 547007efe61..b823d7ac92e 100644
--- a/src/mongo/db/op_observer.h
+++ b/src/mongo/db/op_observer.h
@@ -103,9 +103,6 @@ public:
const CommitQuorumOptions& commitQuorum,
bool fromMigrate) = 0;
- /**
- * TODO (SERVER-45017): Remove when v4.4 becomes last-stable.
- */
virtual void onStartIndexBuildSinglePhase(OperationContext* opCtx,
const NamespaceString& nss) = 0;