diff --git a/tensorflow/tensorflow.bzl b/tensorflow/tensorflow.bzl index 58d5872cf92..d7e791ea40c 100644 --- a/tensorflow/tensorflow.bzl +++ b/tensorflow/tensorflow.bzl @@ -89,7 +89,6 @@ load( "@local_xla//third_party/py/rules_pywrap:pywrap.default.bzl", "use_pywrap_rules", _pybind_extension = "pybind_extension", - _stripped_cc_info = "stripped_cc_info", ) # Do not sort: copybara rule changes this @@ -3341,8 +3340,6 @@ def pybind_extension( **kwargs ) -stripped_cc_info = _stripped_cc_info - # Note: we cannot add //third_party/tf_runtime:__subpackages__ here, # because that builds all of tf_runtime's packages, and some of them # are known not to build on big endian systems.