summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/write_ops.idl
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2020-02-27 08:34:36 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-27 14:14:58 +0000
commitff3d386a7172117b6326aec60475e55eae22c753 (patch)
treea1187ae6e87dd2942bb7650defcdf87c72a6aefd /src/mongo/db/ops/write_ops.idl
parent3a59e217a4b34234acbd6a404f98276a87435ee0 (diff)
downloadmongo-ff3d386a7172117b6326aec60475e55eae22c753.tar.gz
Revert "SERVER-44367 Allow hinting the delete command"
This reverts commit 78020f2c19cb3318cac3d603be99cfd9a3fe12b1.
Diffstat (limited to 'src/mongo/db/ops/write_ops.idl')
-rw-r--r--src/mongo/db/ops/write_ops.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/ops/write_ops.idl b/src/mongo/db/ops/write_ops.idl
index 464b25ae9d4..42f86b1f481 100644
--- a/src/mongo/db/ops/write_ops.idl
+++ b/src/mongo/db/ops/write_ops.idl
@@ -150,10 +150,6 @@ structs:
matching documents and 1 deletes a single document."
type: multi_delete_bool
cpp_name: multi
- hint:
- description: "Specifies the hint to use for the operation."
- type: indexHint
- default: mongo::BSONObj()
collation:
description: "Specifies the collation to use for the operation."
type: object