Skip to content

Commit 9de4e26

Browse files
Matt-Hurdcopybara-github
authored andcommitted
Cleanup unused visibility rules for XProf
PiperOrigin-RevId: 749179467
1 parent 85a3833 commit 9de4e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xprof/convert/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load("//defs:defs.bzl", "if_oss", "tf_profiler_alias")
22

33
package(
44
# copybara:uncomment default_applicable_licenses = ["@org_tensorflow//tensorflow:license"],
5-
default_visibility = ["//visibility:public"], # TODO(matthurd): Update to profiler:internal after xprof migration.
5+
default_visibility = ["//visibility:public"],
66
licenses = ["notice"],
77
)
88

0 commit comments

Comments
 (0)