Skip to content

Commit fc576fb

Browse files
committed
Remove comment from bnoordhuis
1 parent 012cdcd commit fc576fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/cluster/primary.js

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ cluster.SCHED_RR = SCHED_RR; // Primary distributes connections.
4444
let ids = 0;
4545
let initialized = false;
4646

47-
// XXX(bnoordhuis) Fold cluster.schedulingPolicy into cluster.settings?
4847
// XXX(alexfernandez) Folded cluster.schedulingPolicy into cluster.settings.
4948
let schedulingPolicy = process.env.NODE_CLUSTER_SCHED_POLICY;
5049
if (schedulingPolicy === 'rr')

0 commit comments

Comments
 (0)