From 9f131bd15cbabe3edd0b0efdde708977f6565891 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 27 Jul 2017 12:51:18 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 163378484 --- tensorflow/core/BUILD | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD index 5adf2553328..8c475cd2321 100644 --- a/tensorflow/core/BUILD +++ b/tensorflow/core/BUILD @@ -202,12 +202,6 @@ tf_proto_library( visibility = ["//visibility:public"], ) -jspb_proto_library( - name = "protos_all_jspb_proto", - visibility = ["//visibility:public"], - deps = [":protos_all_cc"], -) - exports_files([ "framework/types.proto", ])