summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuhong Zhang <danielzhangyh@gmail.com>2021-12-03 16:20:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-04 02:17:34 +0000
commit9962e86ee60965b4b0d336206ef3604f9a33644b (patch)
tree6b6915e9a941486a8ddab54efbb8a817fc661613
parentd46a365b846e66cefcad000f95754cf285e6dd0f (diff)
downloadmongo-9962e86ee60965b4b0d336206ef3604f9a33644b.tar.gz
SERVER-60031 Remove todo in EFT SConscript
-rw-r--r--src/mongo/db/storage/ephemeral_for_test/SConscript10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/db/storage/ephemeral_for_test/SConscript b/src/mongo/db/storage/ephemeral_for_test/SConscript
index c651aa81101..8318ce77a89 100644
--- a/src/mongo/db/storage/ephemeral_for_test/SConscript
+++ b/src/mongo/db/storage/ephemeral_for_test/SConscript
@@ -4,16 +4,6 @@ Import("env")
env = env.Clone()
-env.Append(
- # TODO(SERVER-60031): Remove these warning suppressions once
- # RadixStore::radix_iterator declares its [in]equality methods as
- # const.
- CXXFLAGS=[] if not env.ToolchainIs('clang') else [
- '-Wno-unknown-warning-option',
- '-Wno-ambiguous-reversed-operator',
- ],
-)
-
env.Library(
target='storage_ephemeral_for_test_core',
source=[