Remove unused stripped_cc_info

PiperOrigin-RevId: 843856280
This commit is contained in:
Tommy Chiang
2025-12-12 15:35:12 -08:00
committed by TensorFlower Gardener
parent 23b6ac7fa8
commit 0ceec291ab

View File

@@ -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.