diff options
author | Gregory Noma <gregory.noma@gmail.com> | 2021-06-28 22:46:04 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-29 03:22:09 +0000 |
commit | f9c94286339ab16b3c4a136831decaa1ffd2b8e5 (patch) | |
tree | 807bd82ae72772cf859aa6219c82ec8c6ce3e279 | |
parent | cc620e19d97094d805e87deb06d5c2a6106c8ece (diff) | |
download | mongo-f9c94286339ab16b3c4a136831decaa1ffd2b8e5.tar.gz |
SERVER-51672 Remove extraneous comment from resumable_index_builds.idl
-rw-r--r-- | src/mongo/db/resumable_index_builds.idl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/resumable_index_builds.idl b/src/mongo/db/resumable_index_builds.idl index f318d586ffd..bf6f3ffcb30 100644 --- a/src/mongo/db/resumable_index_builds.idl +++ b/src/mongo/db/resumable_index_builds.idl @@ -25,11 +25,6 @@ # exception statement from all source files in the program, then also delete # it in the license file. -# This IDL file describes the BSON format for ElectionMetrics, -# ElectionCandidateMetrics and ElectionParticipantMetrics, and -# handles the serialization to and deserialization from their BSON -# representations for those classes. - global: cpp_namespace: "mongo" cpp_includes: |