summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2020-09-09 16:08:07 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-10 15:09:02 +0000
commit3e453b013e80e73ef678e51d56839a1e3c782d7b (patch)
treee44cc9feb0600a79a66c7aaeefc2b84362bb6033
parent759787fd5a1a28ed3293a869e9e1b1e11cb6337a (diff)
downloadmongo-3e453b013e80e73ef678e51d56839a1e3c782d7b.tar.gz
SERVER-50557 Remove unused ExpressionContext::jsFnTimeoutMillis member var
-rw-r--r--src/mongo/db/pipeline/expression_context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/pipeline/expression_context.h b/src/mongo/db/pipeline/expression_context.h
index 6cd1bba4f3b..5140d8ea32f 100644
--- a/src/mongo/db/pipeline/expression_context.h
+++ b/src/mongo/db/pipeline/expression_context.h
@@ -328,10 +328,6 @@ public:
// 'jsHeapLimitMB' server parameter.
boost::optional<int> jsHeapLimitMB;
- // When set this timeout limits the allowed execution time for a JavaScript function invocation
- // under any Scope returned by getJsExecWithScope().
- int jsFnTimeoutMillis;
-
// An interface for accessing information or performing operations that have different
// implementations on mongod and mongos, or that only make sense on one of the two.
// Additionally, putting some of this functionality behind an interface prevents aggregation