sched: Remove unused worker field

This commit is contained in:
Łukasz Magiera 2020-07-09 15:09:38 +02:00
parent 903731adaf
commit 45c1b268f1

View File

@ -87,7 +87,6 @@ type schedWindowRequest struct {
} }
type schedWindow struct { type schedWindow struct {
worker WorkerID
allocated activeResources allocated activeResources
todo []*workerRequest todo []*workerRequest
} }