Skip to content

Commit fd0bc0e

Browse files
Remove outdated comment
1 parent 5518207 commit fd0bc0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_jobserver/lib.rs

-2
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ struct JobserverNotification {
261261
jobserver_event: Event,
262262
}
263263

264-
// Unlike releasing tokens, there's not really a "one size fits all" approach, as we have two
265-
// primary ways of acquiring a token: via the helper thread, and via the acquire_thread function.
266264
fn notify_acquiring_token() {
267265
if should_notify() {
268266
eprintln!("{}", as_json(&JobserverNotification { jobserver_event: Event::WillAcquire }));

0 commit comments

Comments
 (0)