Skip to content

Commit 0e5250f

Browse files
Drop deterministic commentary, it's not true
1 parent 33fefe5 commit 0e5250f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc_jobserver/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ lazy_static! {
7777
// Pick a "reasonable maximum" if we don't otherwise have
7878
// a jobserver in our environment, capping out at 32 so we
7979
// don't take everything down by hogging the process run queue.
80-
// The fixed number is used to have deterministic compilation
81-
// across machines.
8280
//
8381
// Also note that we stick this in a global because there could be
8482
// multiple rustc instances in this process, and the jobserver is

0 commit comments

Comments
 (0)