summaryrefslogtreecommitdiff
path: root/src/mongo/db/timeseries/SConscript
diff options
context:
space:
mode:
authorAlison Lu <alison.lu@mongodb.com>2021-08-04 15:41:53 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-05 15:01:30 +0000
commit89c22bc43c3678861b80b8eef59edc7d0667cb06 (patch)
tree0099e7b1ebcb5497f30b57c9460556b5d87875d1 /src/mongo/db/timeseries/SConscript
parent788a4d88a4ce8b6b972c67cd33d874b6ba1d149e (diff)
downloadmongo-89c22bc43c3678861b80b8eef59edc7d0667cb06.tar.gz
SERVER-58396 Translate multiple unordered metaField-only time-series updates into updates on the underlying buckets collection
Diffstat (limited to 'src/mongo/db/timeseries/SConscript')
-rw-r--r--src/mongo/db/timeseries/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/timeseries/SConscript b/src/mongo/db/timeseries/SConscript
index d6e541baed0..1f82e872c55 100644
--- a/src/mongo/db/timeseries/SConscript
+++ b/src/mongo/db/timeseries/SConscript
@@ -75,7 +75,6 @@ env.Library(
],
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/bson/mutable/mutable_bson',
- '$BUILD_DIR/mongo/db/ops/write_ops_parsers',
'$BUILD_DIR/mongo/db/pipeline/pipeline',
],
)