Skip to content

Commit 5f55e76

Browse files
netfstensorflow-copybara
authored andcommitted
cleanup: explicitly set use_java_stubby_library
PiperOrigin-RevId: 689427869
1 parent c22da48 commit 5f55e76

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tensorflow_serving/apis/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ serving_proto_library(
194194
srcs = ["prediction_service.proto"],
195195
has_services = 1,
196196
cc_grpc_version = 1,
197-
use_java_stubby_library = False,
198197
deps = [
199198
":classification_proto",
200199
":get_model_metadata_proto",

tensorflow_serving/apis/prediction_service.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ syntax = "proto3";
22

33
package tensorflow.serving;
44
option cc_enable_arenas = true;
5-
option use_java_stubby_library = false;
65

76
import "tensorflow_serving/apis/classification.proto";
87
import "tensorflow_serving/apis/get_model_metadata.proto";

0 commit comments

Comments
 (0)