Skip to content

Commit

Permalink
cleanup: remove api_version from BUILD files
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 677554107
  • Loading branch information
ericsalo authored and Google-ML-Automation committed Sep 22, 2024
1 parent 2101ae8 commit fa64068
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions xla/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1301,15 +1301,13 @@ cc_library(
# copybara:uncomment_begin(google-only)
# py_proto_library(
# name = "xla_data_proto_py_pb2",
# api_version = 2,
# visibility = internal_visibility([":friends"]),
# deps = [":xla_data_proto"],
# )
#
# py_proto_library(
# name = "xla_py_pb2",
# testonly = 0,
# api_version = 2,
# compatible_with = get_compatible_with_portable(),
# visibility = internal_visibility([":friends"]),
# deps = [":xla_proto"],
Expand Down
1 change: 0 additions & 1 deletion xla/pjrt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,6 @@ tf_proto_library(
# copybara:uncomment_begin(google-only)
# py_proto_library(
# name = "compile_options_py_pb2",
# api_version = 2,
# visibility = ["//visibility:public"],
# deps = [":compile_options_proto"],
# )
Expand Down

0 comments on commit fa64068

Please sign in to comment.