summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline
diff options
context:
space:
mode:
authormadelineze <mez2113@columbia.edu>2022-08-10 17:45:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-10 18:33:24 +0000
commit1a94ea9b9aff91dfa11fd4648b4a56966c35a092 (patch)
treec6f5375de1ae8205631147bdd092e477f7184edf /src/mongo/db/pipeline
parente84636121438ff292e6684246f4143aa85b682c1 (diff)
downloadmongo-1a94ea9b9aff91dfa11fd4648b4a56966c35a092.tar.gz
SERVER-67584 Remove featureFlagLocf
Diffstat (limited to 'src/mongo/db/pipeline')
-rw-r--r--src/mongo/db/pipeline/accumulator_locf.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/accumulator_locf.cpp b/src/mongo/db/pipeline/accumulator_locf.cpp
index 7fd022daeac..1a5d6a4ec74 100644
--- a/src/mongo/db/pipeline/accumulator_locf.cpp
+++ b/src/mongo/db/pipeline/accumulator_locf.cpp
@@ -38,10 +38,9 @@
namespace mongo {
-REGISTER_WINDOW_FUNCTION_WITH_FEATURE_FLAG(
+REGISTER_WINDOW_FUNCTION(
locf,
mongo::window_function::ExpressionFromLeftUnboundedWindowFunction<AccumulatorLocf>::parse,
- feature_flags::gFeatureFlagLocf,
AllowedWithApiStrict::kAlways);
AccumulatorLocf::AccumulatorLocf(ExpressionContext* const expCtx)