summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/parsed_projection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/parsed_projection.h')
-rw-r--r--src/mongo/db/query/parsed_projection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/query/parsed_projection.h b/src/mongo/db/query/parsed_projection.h
index 0730f39c18c..2f273c5d303 100644
--- a/src/mongo/db/query/parsed_projection.h
+++ b/src/mongo/db/query/parsed_projection.h
@@ -47,8 +47,7 @@ public:
*/
static Status make(const BSONObj& spec,
const MatchExpression* const query,
- ParsedProjection** out,
- const ExtensionsCallback& extensionsCallback);
+ ParsedProjection** out);
/**
* Returns true if the projection requires match details from the query,