summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/expression_context.h')
-rw-r--r--src/mongo/db/pipeline/expression_context.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/expression_context.h b/src/mongo/db/pipeline/expression_context.h
index 4d4de66f0ed..b40028dc30a 100644
--- a/src/mongo/db/pipeline/expression_context.h
+++ b/src/mongo/db/pipeline/expression_context.h
@@ -89,8 +89,7 @@ public:
* This constructor is private, all CollatorStashes should be created by calling
* ExpressionContext::temporarilyChangeCollator().
*/
- CollatorStash(ExpressionContext* const expCtx,
- std::unique_ptr<CollatorInterface> newCollator);
+ CollatorStash(ExpressionContext* expCtx, std::unique_ptr<CollatorInterface> newCollator);
friend class ExpressionContext;