Skip to content

Commit f874ab6

Browse files
Delete deprecated tsl::Notification
Use `absl::Notification` PiperOrigin-RevId: 797602707
1 parent 8d72b84 commit f874ab6

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

tsl/platform/BUILD

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ filegroup(
353353
"init_main.h",
354354
"mem.h",
355355
"net.h",
356-
"notification.h",
357356
"null_file_system.h",
358357
"numa.h",
359358
"path.h",
@@ -483,7 +482,6 @@ filegroup(
483482
srcs = [
484483
"error_logging.h",
485484
"fingerprint.h",
486-
"notification.h",
487485
"random.cc",
488486
"random.h",
489487
"test_benchmark.h",
@@ -1139,17 +1137,6 @@ cc_library(
11391137
alwayslink = 1,
11401138
)
11411139

1142-
cc_library(
1143-
name = "notification",
1144-
hdrs = ["notification.h"],
1145-
compatible_with = get_compatible_with_portable(),
1146-
deps = [
1147-
"@com_google_absl//absl/base:core_headers",
1148-
"@com_google_absl//absl/synchronization",
1149-
"@com_google_absl//absl/time",
1150-
],
1151-
)
1152-
11531140
cc_library(
11541141
name = "threadpool_options",
11551142
hdrs = ["threadpool_options.h"],

tsl/platform/notification.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)