Skip to content

Commit b2918b3

Browse files
Reverts 3018411
PiperOrigin-RevId: 873291770
1 parent 9f222d5 commit b2918b3

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

xla/tsl/util/BUILD

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# The libraries in this package are not allowed to have ANY dependencies
55
# to other TF components outside of TSL.
66

7-
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
87
load("//xla:py_strict.bzl", "py_strict_binary")
98
load(
109
"//xla/tsl:tsl.bzl",
@@ -577,22 +576,3 @@ tsl_cc_test(
577576
"@tsl//tsl/platform:path",
578577
],
579578
)
580-
581-
bzl_library(
582-
name = "cc_embed_data",
583-
srcs = ["cc_embed_data.bzl"],
584-
deps = [
585-
"@bazel_skylib//lib:paths",
586-
"@rules_cc//cc:find_cc_toolchain_bzl",
587-
"@rules_cc//cc/common",
588-
],
589-
)
590-
591-
bzl_library(
592-
name = "memfile_embed_data",
593-
srcs = ["memfile_embed_data.bzl"],
594-
deps = [
595-
":cc_embed_data",
596-
"//xla/tsl/platform:rules_cc_bzl",
597-
],
598-
)

0 commit comments

Comments
 (0)