summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorauto-revert-processor <dev-prod-dag@mongodb.com>2021-12-01 09:59:43 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-01 10:25:17 +0000
commit5712c40efd2c6908fb562d7e6b1007298047afb5 (patch)
tree40c103f21ab8fd776f323fae7d55338ea72315a3 /src/mongo/db/SConscript
parent1858238ec9d0cd4924c94a3f274a514c589f1154 (diff)
downloadmongo-5712c40efd2c6908fb562d7e6b1007298047afb5.tar.gz
Revert "SERVER-58533 Log FCV at initialization and on log rotation"
This reverts commit 190c45ddd442812ed5f384002ba1d1c7722f3963.
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index e2c119b9951..442bda2ad74 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -2007,7 +2007,6 @@ env.Library(
],
LIBDEPS=[
'$BUILD_DIR/mongo/base',
- '$BUILD_DIR/mongo/db/commands/mongod_fcv',
'$BUILD_DIR/mongo/util/net/network',
'repl/repl_coordinator_interface',
'repl/replica_set_messages',