summaryrefslogtreecommitdiff
path: root/absl/types/BUILD.bazel
diff options
context:
space:
mode:
authorGravatar Abseil Team <absl-team@google.com>2017-11-15 13:00:30 -0800
committerGravatar John Olson <jolson@google.com>2017-11-15 16:39:55 -0500
commitaf8c291d9a6d872a1fceee75716622aa3fb4f335 (patch)
treecd4025877fea6047f51f541a2d5420374e7a4290 /absl/types/BUILD.bazel
parent99b92c87365aa3af68f3cc7818efb6126985fe4c (diff)
Changes imported from Abseil "staging" branch:
- 950e7d514bea97ea500284a53318330ec1f04f76 Remove accidental references to "header_modules". by Greg Falcon <gfalcon@google.com> GitOrigin-RevId: 950e7d514bea97ea500284a53318330ec1f04f76 Change-Id: I482955fe0364a57ed8c6e229fdb6f86fc63faf6e
Diffstat (limited to 'absl/types/BUILD.bazel')
-rw-r--r--absl/types/BUILD.bazel6
1 files changed, 0 insertions, 6 deletions
diff --git a/absl/types/BUILD.bazel b/absl/types/BUILD.bazel
index 96b09521..b10d7d2e 100644
--- a/absl/types/BUILD.bazel
+++ b/absl/types/BUILD.bazel
@@ -43,9 +43,6 @@ cc_library(
srcs = ["bad_any_cast.cc"],
hdrs = ["bad_any_cast.h"],
copts = ABSL_EXCEPTIONS_FLAG + ABSL_DEFAULT_COPTS,
- features = [
- "-use_header_modules",
- ],
deps = [
"//absl/base",
"//absl/base:config",
@@ -152,9 +149,6 @@ cc_library(
srcs = ["bad_optional_access.cc"],
hdrs = ["bad_optional_access.h"],
copts = ABSL_DEFAULT_COPTS + ABSL_EXCEPTIONS_FLAG,
- features = [
- "-use_header_modules",
- ],
deps = [
"//absl/base",
"//absl/base:config",