diff options
Diffstat (limited to 'src/mongo/db/exec/projection_exec.h')
-rw-r--r-- | src/mongo/db/exec/projection_exec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/exec/projection_exec.h b/src/mongo/db/exec/projection_exec.h index b06340e5f12..9575d59042f 100644 --- a/src/mongo/db/exec/projection_exec.h +++ b/src/mongo/db/exec/projection_exec.h @@ -68,8 +68,7 @@ public: ProjectionExec(const BSONObj& spec, const MatchExpression* queryExpression, - const CollatorInterface* collator, - const ExtensionsCallback& extensionsCallback); + const CollatorInterface* collator); ~ProjectionExec(); |