diff options
author | Vertexwahn <julian.amann@tum.de> | 2021-10-14 19:01:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 13:01:52 -0400 |
commit | 22f482f0fc25825dd3783f2e8642a8226b7293d4 (patch) | |
tree | e580aa0d3245bd3426f5d7eb03cd773c4dc3d47d /absl/types | |
parent | d6f40f4e1f424677a88eee1dade4f3ae2ea5f743 (diff) |
Remove bazelbuild/rules_cc dependency (#1038)
Diffstat (limited to 'absl/types')
-rw-r--r-- | absl/types/BUILD.bazel | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/absl/types/BUILD.bazel b/absl/types/BUILD.bazel index 83be9360..38ed2286 100644 --- a/absl/types/BUILD.bazel +++ b/absl/types/BUILD.bazel @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test") load( "//absl:copts/configure_copts.bzl", "ABSL_DEFAULT_COPTS", |