summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find_and_modify_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/find_and_modify_request.h')
-rw-r--r--src/mongo/db/query/find_and_modify_request.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/query/find_and_modify_request.h b/src/mongo/db/query/find_and_modify_request.h
index 569f1c66aaf..353869abee6 100644
--- a/src/mongo/db/query/find_and_modify_request.h
+++ b/src/mongo/db/query/find_and_modify_request.h
@@ -50,12 +50,6 @@ namespace mongo {
public:
/**
- * Do not use! This constructor is available only because StatusWith requires the
- * type to have one.
- */
- FindAndModifyRequest(); // TODO: SERVER-18007
-
- /**
* Creates a new instance of an 'update' type findAndModify request.
*/
static FindAndModifyRequest makeUpdate(NamespaceString fullNs,