summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/projection_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/projection_exec.h')
-rw-r--r--src/mongo/db/exec/projection_exec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/exec/projection_exec.h b/src/mongo/db/exec/projection_exec.h
index 796e8c62283..e358c76f686 100644
--- a/src/mongo/db/exec/projection_exec.h
+++ b/src/mongo/db/exec/projection_exec.h
@@ -76,7 +76,6 @@ namespace mongo {
/**
* Apply this projection to the object 'in'.
- * 'this' must be a simple inclusion/exclusion projection.
*
* Upon success, 'out' is set to the new object and Status::OK() is returned.
* Otherwise, returns an error Status and *out is not mutated.