Automated rollback of commit 669841639f

PiperOrigin-RevId: 269546166
This commit is contained in:
A. Unique TensorFlower 2019-09-17 05:21:59 -07:00 committed by TensorFlower Gardener
parent 6a6e9bdaea
commit 13efd632a7

View File

@ -8,7 +8,6 @@
# Note that proto3 well-known types (e.g. Any) are not handled in a special way
# by the generated code.
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")
load(
"//tensorflow:tensorflow.bzl",
"if_ios",
@ -76,11 +75,6 @@ tf_proto_library_cc(
srcs = ["test.proto"],
)
cc_proto_library(
name = "test_cc_proto",
deps = [":test_proto_cc"],
)
tf_generate_proto_text_sources(
name = "test_proto_text",
srcs = ["test.proto"],