Skip to content

Commit

Permalink
cleanup: remove cc_stubby_versions from BUILD and bazel files
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675224936
  • Loading branch information
ericsalo authored and Google-ML-Automation committed Sep 16, 2024
1 parent d28ed3f commit 635f65f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions third_party/tsl/tsl/platform/default/build_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,6 @@ def tf_proto_library_cc(
visibility = None,
testonly = 0,
cc_libs = [],
cc_stubby_versions = None,
cc_grpc_version = None,
use_grpc_namespace = False,
j2objc_api_version = 1,
Expand Down Expand Up @@ -573,7 +572,6 @@ def tf_proto_library(
visibility = None,
testonly = 0,
cc_libs = [],
cc_stubby_versions = None,
cc_grpc_version = None,
use_grpc_namespace = False,
j2objc_api_version = 1,
Expand All @@ -596,7 +594,6 @@ def tf_proto_library(
create_service,
create_java_proto,
create_kotlin_proto,
cc_stubby_versions,
create_go_proto,
)

Expand Down
1 change: 0 additions & 1 deletion third_party/tsl/tsl/protobuf/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ tf_proto_library(
name = "coordination_service_proto",
srcs = ["coordination_service.proto"],
has_services = 1,
cc_stubby_versions = ["2"],
create_grpc_library = True,
create_java_proto = False,
create_service = True,
Expand Down

0 comments on commit 635f65f

Please sign in to comment.