summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct3
1 files changed, 0 insertions, 3 deletions
diff --git a/SConstruct b/SConstruct
index b1e74a7f820..dba09c7927a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -3584,9 +3584,6 @@ def doConfigure(myenv):
# other than disabling all deprecation warnings. We will
# revisit this once we are fully on C++20 and can commit the
# C++20 style code.
- #
- # TODO(SERVER-60175): In fact we will want to explicitly opt
- # in to -Wdeprecated, since clang doesn't include it in -Wall.
if get_option('cxx-std') == "20":
myenv.AddToCXXFLAGSIfSupported('-Wno-deprecated')