diff options
author | Abseil Team <absl-team@google.com> | 2017-11-15 13:00:30 -0800 |
---|---|---|
committer | John Olson <jolson@google.com> | 2017-11-15 16:39:55 -0500 |
commit | af8c291d9a6d872a1fceee75716622aa3fb4f335 (patch) | |
tree | cd4025877fea6047f51f541a2d5420374e7a4290 /absl/base | |
parent | 99b92c87365aa3af68f3cc7818efb6126985fe4c (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/base')
-rw-r--r-- | absl/base/BUILD.bazel | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/absl/base/BUILD.bazel b/absl/base/BUILD.bazel index e66bf88b..64057f6c 100644 --- a/absl/base/BUILD.bazel +++ b/absl/base/BUILD.bazel @@ -191,9 +191,6 @@ cc_library( srcs = ["internal/throw_delegate.cc"], hdrs = ["internal/throw_delegate.h"], copts = ABSL_DEFAULT_COPTS + ABSL_EXCEPTIONS_FLAG, - features = [ - "-use_header_modules", - ], visibility = [ "//absl:__subpackages__", ], |