summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/feature_compatibility_version.h
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/commands/feature_compatibility_version.h
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/commands/feature_compatibility_version.h')
-rw-r--r--src/mongo/db/commands/feature_compatibility_version.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/commands/feature_compatibility_version.h b/src/mongo/db/commands/feature_compatibility_version.h
index 40764856f3a..b6c5c537000 100644
--- a/src/mongo/db/commands/feature_compatibility_version.h
+++ b/src/mongo/db/commands/feature_compatibility_version.h
@@ -124,13 +124,6 @@ public:
* Also used in rare cases when the replication coordinator majority snapshot is cleared.
*/
static void clearLastFCVUpdateTimestamp();
-
- /**
- * Logs the current FCV global state.
- * context: the context in which this function was called, to differentiate logs (e.g.
- * startup, log rotation).
- */
- static void logFCVWithContext(StringData context);
};
/**