Skip to content

Commit a2a35de

Browse files
committed
Restore build_config not exposing has_tag
1 parent 23fc24c commit a2a35de

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

xla/tsl/platform/build_config_root.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ load(
2525
_tf_cuda_tests_tags = "tf_cuda_tests_tags",
2626
_tf_exec_properties = "tf_exec_properties",
2727
_tf_gpu_tests_tags = "tf_gpu_tests_tags",
28-
_tf_has_tag = "tf_has_tag",
2928
)
3029

3130
visibility(DEFAULT_LOAD_VISIBILITY + LEGACY_TSL_PLATFORM_BUILD_CONFIG_ROOT_USERS)
@@ -48,4 +47,3 @@ tf_additional_xla_deps_py = _tf_additional_xla_deps_py
4847
tf_cuda_tests_tags = _tf_cuda_tests_tags
4948
tf_exec_properties = _tf_exec_properties
5049
tf_gpu_tests_tags = _tf_gpu_tests_tags
51-
tf_has_tag = _tf_has_tag

0 commit comments

Comments
 (0)