From 77f43093ca2ae0978482f2195b3715e927872946 Mon Sep 17 00:00:00 2001 From: Jose Baiocchi Date: Thu, 13 Feb 2020 16:55:22 -0800 Subject: [PATCH] Remove unnecessary dependency PiperOrigin-RevId: 295032270 Change-Id: I3b55dbc9028645e875c0d7e782d6403907a01d25 --- tensorflow/core/profiler/convert/BUILD | 1 - tensorflow/core/profiler/convert/xplane_to_profile_response.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/tensorflow/core/profiler/convert/BUILD b/tensorflow/core/profiler/convert/BUILD index 05d802ed87b..1697e02930c 100644 --- a/tensorflow/core/profiler/convert/BUILD +++ b/tensorflow/core/profiler/convert/BUILD @@ -210,7 +210,6 @@ cc_library( "//tensorflow/core/profiler/protobuf:overview_page_proto_cc", "//tensorflow/core/profiler/protobuf:tf_stats_proto_cc", "//tensorflow/core/profiler/protobuf:xplane_proto_cc", - "//tensorflow/core/profiler/rpc/client:save_profile", "@com_google_absl//absl/container:flat_hash_set", "@com_google_absl//absl/strings", ], diff --git a/tensorflow/core/profiler/convert/xplane_to_profile_response.cc b/tensorflow/core/profiler/convert/xplane_to_profile_response.cc index da70bf8eb4b..f3b62e13243 100644 --- a/tensorflow/core/profiler/convert/xplane_to_profile_response.cc +++ b/tensorflow/core/profiler/convert/xplane_to_profile_response.cc @@ -29,7 +29,6 @@ limitations under the License. #include "tensorflow/core/profiler/protobuf/overview_page.pb.h" #include "tensorflow/core/profiler/protobuf/tf_stats.pb.h" #include "tensorflow/core/profiler/protobuf/xplane.pb.h" -#include "tensorflow/core/profiler/rpc/client/save_profile.h" namespace tensorflow { namespace profiler { -- GitLab