File tree Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Expand file tree Collapse file tree 2 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,6 @@ filegroup(
353
353
"init_main.h" ,
354
354
"mem.h" ,
355
355
"net.h" ,
356
- "notification.h" ,
357
356
"null_file_system.h" ,
358
357
"numa.h" ,
359
358
"path.h" ,
@@ -483,7 +482,6 @@ filegroup(
483
482
srcs = [
484
483
"error_logging.h" ,
485
484
"fingerprint.h" ,
486
- "notification.h" ,
487
485
"random.cc" ,
488
486
"random.h" ,
489
487
"test_benchmark.h" ,
@@ -1139,17 +1137,6 @@ cc_library(
1139
1137
alwayslink = 1 ,
1140
1138
)
1141
1139
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
-
1153
1140
cc_library (
1154
1141
name = "threadpool_options" ,
1155
1142
hdrs = ["threadpool_options.h" ],
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments