From 13efd632a79948f4107a56650d8b74bda5a76603 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" <gardener@tensorflow.org> Date: Tue, 17 Sep 2019 05:21:59 -0700 Subject: [PATCH] Automated rollback of commit 669841639f03eaf255aece668c6dbd0ee850c720 PiperOrigin-RevId: 269546166 --- tensorflow/tools/proto_text/BUILD | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tensorflow/tools/proto_text/BUILD b/tensorflow/tools/proto_text/BUILD index c40f7c913ce..893a7f3e350 100644 --- a/tensorflow/tools/proto_text/BUILD +++ b/tensorflow/tools/proto_text/BUILD @@ -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"],