summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Jesse Jiryu Davis <jesse@mongodb.com>2020-11-20 19:47:56 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-23 21:42:24 +0000
commitb509fefa8ee6ba2afe8bb590f700077874169d2b (patch)
tree39c035aa8bf16a09d14f8dc89425b614f13b4827
parent23cdd37a99f93ee287f7d3db78e9d4b079b9eaf3 (diff)
downloadmongo-b509fefa8ee6ba2afe8bb590f700077874169d2b.tar.gz
SERVER-52543 Remove listCollections.comment from IDL
-rw-r--r--src/mongo/db/list_collections.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/list_collections.idl b/src/mongo/db/list_collections.idl
index d7e88709296..c25f1735127 100644
--- a/src/mongo/db/list_collections.idl
+++ b/src/mongo/db/list_collections.idl
@@ -106,8 +106,4 @@ commands:
type: safeBool
unstable: true
default: false
- comment:
- type: IDLAnyType
- description: "A user-provided comment to attach to this command."
- optional: true
reply_type: ListCollectionsReply