summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/mongo_process_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/mongo_process_interface.h')
-rw-r--r--src/mongo/db/pipeline/mongo_process_interface.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/pipeline/mongo_process_interface.h b/src/mongo/db/pipeline/mongo_process_interface.h
index 21a5d73c94d..b01585619b6 100644
--- a/src/mongo/db/pipeline/mongo_process_interface.h
+++ b/src/mongo/db/pipeline/mongo_process_interface.h
@@ -161,9 +161,7 @@ public:
BSONObjBuilder* builder) const = 0;
/**
- * Gets the collection options for the collection given by 'nss'. Throws
- * ErrorCodes::CommandNotSupportedOnView if 'nss' describes a view. Future callers may want to
- * parameterize this behavior.
+ * Gets the collection options for the collection given by 'nss'.
*/
virtual BSONObj getCollectionOptions(const NamespaceString& nss) = 0;