summaryrefslogtreecommitdiff
path: root/third_party/re2/src/.bazelrc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/re2/src/.bazelrc')
-rw-r--r--third_party/re2/src/.bazelrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/re2/src/.bazelrc b/third_party/re2/src/.bazelrc
index 540fb5738..c8ff98fa2 100644
--- a/third_party/re2/src/.bazelrc
+++ b/third_party/re2/src/.bazelrc
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
-# Enable Bzlmod. This will be the default eventually...
-build --enable_bzlmod
# Enable layering check features. Useful on Clang only.
build --features=layering_check
# Enable parse headers features. Enforcing that headers are self-contained.