From 53b6ce910725ed6cca7db32190c392d806c0fa6a Mon Sep 17 00:00:00 2001 From: Jose Baiocchi Date: Mon, 5 Oct 2020 10:44:45 -0700 Subject: [PATCH] Remove _pywrap_profiler copybara rule PiperOrigin-RevId: 335450387 Change-Id: I6043ead47095e72d865c74bee82679aa5dc628ca --- tensorflow/python/profiler/internal/BUILD | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/python/profiler/internal/BUILD b/tensorflow/python/profiler/internal/BUILD index 7edcca4e782..619efc451a0 100644 --- a/tensorflow/python/profiler/internal/BUILD +++ b/tensorflow/python/profiler/internal/BUILD @@ -131,7 +131,6 @@ tf_python_pybind_extension( "//tensorflow/core/profiler/rpc/client:capture_profile", "//tensorflow/core/profiler/rpc/client:save_profile", "//tensorflow/python:pybind11_status", - "@com_github_grpc_grpc//:grpc++_public_hdrs", "@com_google_absl//absl/memory", "@com_google_absl//absl/strings", "@pybind11",