Delete an old comment.

Change-Id: Iafd06023ceaf5023a99a0d54be846d6ae8ab1035
Reviewed-on: https://code-review.googlesource.com/c/re2/+/62810
Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
Reviewed-by: Paul Wankadia <junyer@google.com>
diff --git a/.bazelrc b/.bazelrc
index 12631a0..0311dd3 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -8,10 +8,6 @@
 build --features=parse_headers
 
 # Abseil requires C++14 at minimum.
-# Previously, the flag was set via `BAZEL_CXXOPTS`. On macOS, we also had to set
-# `BAZEL_USE_CPP_ONLY_TOOLCHAIN` since Bazel wouldn't respect the former without
-# the latter. However, the latter stopped Bazel from using Xcode and `-framework
-# Foundation`, which CCTZ (vendored into Abseil) requires.
 build --enable_platform_specific_config
 build:linux --cxxopt=-std=c++14
 build:macos --cxxopt=-std=c++14