sched: Remove unused worker field

This commit is contained in:
Łukasz Magiera
2020-07-09 15:10:06 +02:00
parent 903731adaf
commit 45c1b268f1
-1
View File
@@ -87,7 +87,6 @@ type schedWindowRequest struct {
}
type schedWindow struct {
worker WorkerID
allocated activeResources
todo []*workerRequest
}