summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/expression_context_for_test.h
diff options
context:
space:
mode:
authorArun Banala <arun.banala@10gen.com>2019-09-24 16:50:09 +0000
committerevergreen <evergreen@mongodb.com>2019-09-24 16:50:09 +0000
commit60518c8920064b30df53129ea880dacfcb04be71 (patch)
treeaa9054360e25e2b3505dbced16bfb5922e606bb9 /src/mongo/db/pipeline/expression_context_for_test.h
parent7edbbc86d4ac06fddd3ab3482d2985392811032b (diff)
downloadmongo-60518c8920064b30df53129ea880dacfcb04be71.tar.gz
SERVER-29794 Adding a comment to all commands
Diffstat (limited to 'src/mongo/db/pipeline/expression_context_for_test.h')
-rw-r--r--src/mongo/db/pipeline/expression_context_for_test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/expression_context_for_test.h b/src/mongo/db/pipeline/expression_context_for_test.h
index 8a204fa7039..b9f891b1603 100644
--- a/src/mongo/db/pipeline/expression_context_for_test.h
+++ b/src/mongo/db/pipeline/expression_context_for_test.h
@@ -54,7 +54,6 @@ public:
ExpressionContextForTest(NamespaceString nss)
: ExpressionContext(nullptr, // opCtx, nullptr while base class is constructed.
boost::none, // explain
- "", // comment
false, // fromMongos,
false, // needsMerge,
false, // allowDiskUse,